Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to opt-out of object cloning #225

Open
adamreisnz opened this issue Dec 27, 2024 · 0 comments
Open

Is it possible to opt-out of object cloning #225

adamreisnz opened this issue Dec 27, 2024 · 0 comments

Comments

@adamreisnz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant