Disable canvas for Excepted Selected Component #6303
Unanswered
Logesh-cartrabbit
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can make use of the // lock the wrapper
editor.getWrapper().set({ locked: true })
// unlock specific component
someComponent.set({ locked: false }) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In Grapesjs, I want to disable the entire canvas except for a particular selected Component how to acheive this? for Example if i loop throught the entire wrapper it takes toomuch time for loading the components @artf
Beta Was this translation helpful? Give feedback.
All reactions