Replies: 1 comment 1 reply
-
Can you provide a jsfiddle sample with the bug? |
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.
-
i'm working on a application with grapesjs and set drag & drop to True for all blocks
with
data-gjs-draggable=true
data-gjs-droppable=true
and this works. every block is dragging and dropping in all the elements in the canvas. now the problem is i want to add new block below of previous block but grapresjs not dropping that there. it only drop at the top of the previous block.here is the example. in this example i have a Row component and inside that row i have two columns each column cotains custom blocks. i want to append two new columns bellow the previous content but it only append in the uper part
grapesjserror-2023-07-13_17.14.03.mp4
Beta Was this translation helpful? Give feedback.
All reactions