You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, cloning of the objects happens in VueDraggable, and this is causing all sorts of problems where we compare objects later down the line, e.g. equality checks no longer work because we're now looking at a clone, and classes are lost etc.
I know there are workarounds, but ideally, I'd like to be able to disable/opt-out of cloning in this library altogether.
Is this possible to opt out of cloning altogether? The online guides are not very clear on this.
The text was updated successfully, but these errors were encountered:
Currently, cloning of the objects happens in VueDraggable, and this is causing all sorts of problems where we compare objects later down the line, e.g. equality checks no longer work because we're now looking at a clone, and classes are lost etc.
I know there are workarounds, but ideally, I'd like to be able to disable/opt-out of cloning in this library altogether.
Is this possible to opt out of cloning altogether? The online guides are not very clear on this.
The text was updated successfully, but these errors were encountered: