draggable: '[data-gjs-type="mj-body"]' don't work for my custom component #3989
Unanswered
mingxin-yang
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also encountered this problem, please do you solve it? |
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.
-
I use the
grapejs-mjml
plugin, I add a mj-link type, I want to it likemj-section
, just draggable in mj-body, but it can't work.When I set
draggable: '[data-gjs-type="mj-column"]'
, it can drag in tomj-column
, but not atmj-body
. I don't konw why.Please help me.
@artf
Beta Was this translation helpful? Give feedback.
All reactions