Custom Block Manager and the DragStop method #4179
-
Hi @artf , I am trying to build out a customized block manager that is quite similar to your example here: https://grapesjs.com/docs/modules/Blocks.html#customization where the only difference is I need to hide the block manager immediately after I start dragging a block. I have succeeded in doing this but am concerned my solution has a potential problem in that I am not calling the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to figure this out - I used a different approach where I listened to the drag start event and then ran a command to close the sidebar from there. |
Beta Was this translation helpful? Give feedback.
I was able to figure this out - I used a different approach where I listened to the drag start event and then ran a command to close the sidebar from there.