-
Notifications
You must be signed in to change notification settings - Fork 47
adjust preview/global layout #2328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Skipping CI for Draft Pull Request. |
b23a56d to
f5f57b6
Compare
| // Konva canvas cannot have a width or height of zero | ||
| const width = Math.max(viewportSize.value.width * stageScale.value, 1) | ||
| const height = Math.max(viewportSize.value.height * stageScale.value, 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为了解决#2366
Code Review SummaryComprehensive review completed using specialized agents for code quality, performance, documentation, and security. Overall Assessment: ✅ Good with Minor Issues Key Findings:🔴 Critical Issue:
🟡 Minor Issues:
✅ Positive Aspects:
Security Status: ✅ LOW RISK - No vulnerabilities found The refactoring demonstrates solid architecture with good Vue.js practices. Address the critical state synchronization issue for production readiness. |
…abilize rendering order.
…ision button to 12px
Closed #2325