Weird behaviour with deep cloning and sort disabled.
See original GitHub issueWeird behaviour with deep cloning from one list to another when sort is disabled on the first list.
I am trying to get behaviour where I drag from one static list to another list which can be rearranged and added to. When I clone items from the first list to the second and then rearrange the second list, it effects the ordering of the first list. I doing a deep clone using JSON.parse(JSON.stringify(el))
and sort:false
(on the first list) so I don’t see how this behaviour is happening.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Repetitive behaviors and 'stimming' in autism, explained
So-called 'lower-order' repetitive behaviors are movements such as hand-flapping, fidgeting with objects or body rocking, and vocalizations ...
Read more >Types of Delusions & Common Delusional Themes - WebMD
Delusions come in many forms, but they all have one thing in common: The people affected by them can't be convinced that something...
Read more >What does Proxy mean in the console in Vue 3?
A proxy is a powerful JavaScript ES6 feature which allows you to intercept any interaction with a target object and execute custom behavior....
Read more >Handout 2 - Human Cloning Process
Write a short story or brief drama imagining that you are cloned, discussing how you would relate to your clone or clones and...
Read more >3 Anti-Patterns to avoid in Vue.js - Binarcode
Accessing and doing operations on other components other than the component itself can lead to inconsistencies, bugs, strange behaviors and coupled ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tried to make a demo with JS fiddle and wasn’t able to reproduce it, but I am using this code as the base for what I am doing. If you do,
You can see the issue I am having.
@David-Desmaisons would you believe me if I told you that on the same website the issue appears on my Mac but on Windows it doesn’t (both with Chrome 61)?