Disable all dropping in Editor #4396
Unanswered
GalGurGurevich
asked this question in
Q&A
Replies: 2 comments 1 reply
-
nevermind fixed it with: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is run ? not working for me :( |
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.
-
Hi to all,
I'm trying to prevent ALL dropping into my editor . in the editor the default allows to drag and drop elements even from a different place thus can lead to a security issue.
is there a way to disable all drop into GrapesJS?
I tried using
droppable: false,
draggable: false,
on all elements yet you can still drag&drop from outside the canvas inside.
Beta Was this translation helpful? Give feedback.
All reactions