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
i am using moveable with selecto. moveable can't recognize new elements even if target selectors are changed.
i tried updateSelectors with rAF. however, starting dragging as soon as you make a selection is not working.
[link] https://codesandbox.io/p/sandbox/youthful-hill-qnsvgj
The text was updated successfully, but these errors were encountered:
fix: support react18 strict mode #962
710f019
@hoondeveloper
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.
And remove this code:
requestAnimationFrame(() => { moveableRef.current?.updateSelectors(); moveableRef.current?.updateRect(); });
Sorry, something went wrong.
@daybrush
@d2461379109
How is the environment using your Moveable?
Please tell me your vue version.
Is there a codesandbox or url that I can test on?
No branches or pull requests
Environments
Description
i am using moveable with selecto.
moveable can't recognize new elements even if target selectors are changed.
i tried updateSelectors with rAF. however, starting dragging as soon as you make a selection is not working.
[link]
https://codesandbox.io/p/sandbox/youthful-hill-qnsvgj
The text was updated successfully, but these errors were encountered: