Replies: 1 comment 2 replies
-
I realized executing the code below seems to work. Just wondering if this is the best way to accomplish this. editor.on('run:tlb-move:before', opts => opts.abort = 1; ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently upgraded my version of grapes and I realized dragging of components works differently in the newer version. In the previous version, you could only drag a component by using the toolbar icon. In the latest version, when you press down on a component and move the mouse, it starts moving the component.
How can I prevent users from moving a component by pressing down on the component? To make moving components possible only by using the toolbar.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions