cannot drag blocks using rc-dock #4893
Answered
by
artf
badiuciprian
asked this question in
Q&A
-
Hi, Im using grapesjs inside a rc-dock and the blocks dragging is not working. On hover the blocks respond but they cannot be grabbed. have you guys encountered this issue? I know it might be an issue with the dock but I can't seem to find a solution for this. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Feb 3, 2023
Replies: 1 comment 5 replies
-
Try to disable the native D&D grapesjs.init({
// ...
nativeDnD: false,
}) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
badiuciprian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to disable the native D&D