We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resizable: true, edge: true
roundClickable: true
I believe my problem in the linked issue was the explicitly set border-radius: 0 and this issue.
border-radius: 0
Originally posted by @SidIcarus in #756 (comment)
The text was updated successfully, but these errors were encountered:
@SidIcarus
well it's hard
I will improve Roundable.
I will change the position of the round control like figma.
Sorry, something went wrong.
feat: add roundPadding, isDisplayShadowRoundControls #761 #762
68be2e8
fix: fix border radius for line #761
803f0b6
The round addition function through double-clicking the edge and line cannot be used at the same time.
But you can use isDisplayShadowRoundControls={true or "horizontal"} , roundPadding
isDisplayShadowRoundControls={true or "horizontal"}
roundPadding
https://daybrush.com/moveable/storybook2/?path=/story/basic--roundable
This is a huge improvement! isDisplayShadowRoundControls is very cool!
isDisplayShadowRoundControls
No branches or pull requests
Environments
I believe my problem in the linked issue was the explicitly set
border-radius: 0
and this issue.Originally posted by @SidIcarus in #756 (comment)
The text was updated successfully, but these errors were encountered: