how do I set selectable, hoverable to false to the body but not in the child #4909
handhikadj
started this conversation in
General
Replies: 1 comment
-
It works, you should probably want to wait for the content to be loaded editor.onReady(() => {
editor.getWrapper().set({ ... })
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I should still be able to drag and drop, and select everything in the canvas like usual while the body cannot be selected, hovered.
this code doesn't work:
Beta Was this translation helpful? Give feedback.
All reactions