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
"react-moveable": "0.47.2",
I've enabled throttleDragRotate option and when it is activated I see blue dashed line. Is there a prop that I could use to disable/hide that line?
throttleDragRotate
Thank you
The text was updated successfully, but these errors were encountered:
@bytasv
I'll add it in the next update.
Would you like to temporarily use the css below?
.moveable-dragline { display: none; }
Sorry, something went wrong.
Thanks! I'll try css solution in the mean time 🙇
feat: add hideThrottleDragRotateLine prop #923
e091d39
croact-moveable
@moveable/helper
lit-moveable
moveable
preact-moveable
react-moveable
svelte-moveable
vue-moveable
vue3-moveable
ngx-moveable
moveable's new version is released.
hideThrottleDragRotateLine is added. Set this prop to true.
hideThrottleDragRotateLine
No branches or pull requests
Environments
"react-moveable": "0.47.2",
Description
I've enabled
throttleDragRotate
option and when it is activated I see blue dashed line. Is there a prop that I could use to disable/hide that line?CleanShot.2023-05-17.at.13.14.40.mp4
Thank you
The text was updated successfully, but these errors were encountered: