Closed matthew-dean closed 1 year ago
Ah, okay, so it appears what's happening is that the "ghost" layer that dynamically renders is relying on the initial ordering of the modal, so at a certain point, it starts being behind the modal?
Oop, looks like a duplicate of this: https://github.com/rlemaigre/Easy-DnD/issues/31
If needed, I can try to (maybe?) get a repro together. Basically, I'm using this component with Vue Final Modal.
Strangely, if I close / re-open my modal (which has draggable items), the drag operations still work, but the drag animations no longer do. Is it possible that this component injects / manages certain globals or global references which may no longer exist? Any reason why animations would stop working?