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

Hide throttleDragRotate line #923

Open
bytasv opened this issue May 17, 2023 · 3 comments
Open

Hide throttleDragRotate line #923

bytasv opened this issue May 17, 2023 · 3 comments

Comments

@bytasv
Copy link

bytasv commented May 17, 2023

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

@daybrush
Copy link
Owner

@bytasv

I'll add it in the next update.

Would you like to temporarily use the css below?

.moveable-dragline {
     display: none;
}

@bytasv
Copy link
Author

bytasv commented May 18, 2023

Thanks! I'll try css solution in the mean time 🙇

@daybrush daybrush added this to the 0.48.0 milestone May 31, 2023
@daybrush
Copy link
Owner

daybrush commented Jun 4, 2023

@bytasv

  • croact-moveable 0.4.0
  • @moveable/helper 0.1.2
  • lit-moveable 0.25.0
  • moveable 0.48.0
  • preact-moveable 0.50.0
  • react-moveable 0.51.0
  • svelte-moveable 0.40.0
  • vue-moveable 2.0.0-beta.76
  • vue3-moveable 0.23.0
  • ngx-moveable 0.45.0

moveable's new version is released.

hideThrottleDragRotateLine is added. Set this prop to true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants