Dropped components into another component disappear #4451
Unanswered
badiuciprian
asked this question in
Q&A
Replies: 1 comment
-
Actually I got an answer... sort of :), it seems that this does not happens if the type of the component is 'default' |
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 guys, I just started to use grapesjs and is the coolest, but I have an issue and not sure how to solve it, or if it is solvable.
For my project I use the absolute dragMode and a custom component set to droppable: true but as soon as I drag any other component into the custom component, the dragged one does not get rendered anymore, it does not appear in the browsers inspector, only in the Layer Manager I can see it and I drag it out of the custom component.
Have you met this situation before?
What I'm trying to achieve is actually some king of grouping so I had this idea of using a droppable component as a container, is there other way to do this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions