Skip to content
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

fix(edgeless): show curve icon on resize handle hover before scaling starts #6095

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

AyushAgrawal-A2
Copy link
Contributor

closes #6034

Changes:

  • For Note - will show curve icon on hover if shift is pressed
  • For Image / Attachment / Bookmark / Embed-* - show curve icon on hover

Curve icon and scale percent will always show while scaling.

Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blocksuite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 9:14am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
blocksuite-docs-main ⬜️ Ignored (Inspect) Visit Preview Jan 24, 2024 9:14am


@state()
private _scalePercent: string | null = null;
private _scalePercent: string | undefined = undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess using private _scalePercent?: string; could be semantically cleaner.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@doodlewind doodlewind enabled auto-merge (squash) January 24, 2024 09:13
@doodlewind doodlewind merged commit 2643330 into toeverything:master Jan 24, 2024
19 checks passed
@AyushAgrawal-A2 AyushAgrawal-A2 deleted the ayush/6034 branch January 24, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

improvement the scale detail
2 participants