copy: true behavior is buggy.
See original GitHub issueI encountered a bug when using copy: true
. If you drop something, it will be created twice.
I think this is because the model is changed and the gu-transit element is inserted as well. That’s why we then have two occurences of the same object, while only one of them is linked to the model
demo: http://46bb3f4c.ngrok.io/
If you point me in the right direction, that would be great and I will submit a PR. Thanks ahead.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
ConditionalRoot.isDistributive is buggy · Issue #44019 - GitHub
ConditionalRoot.isDistributive is a flag that indicates that a conditional "distributes" over union. Its set to true when the checkType is a ...
Read more >How to identify buggy behavior in "input" event without ...
Since the "input" event is only supported in some browsers, I went in search of a way to do feature detection for the...
Read more >Amazon.com : "Buggy" for Bugs Behavior Bulletin Board Set
The "Buggy" for Bugs collection features an assortment of colorful little creatures in fresh, contrasting designs and patterns with a splash of vivid...
Read more >Scalable and Systematic Detection of Buggy Inconsistencies ...
Abstract. Software developers often duplicate source code to replicate functionality. This practice can hinder the maintenance of a software project: bugs ...
Read more >Buggy, Messy & all that - by Anand Sridharan
Some of the attributes that are great for survival in a real jungle (e.g. herding, overconfidence, pattern-seeking, panic) can be ...
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 FreeTop 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
Top GitHub Comments
Thanks for the vue issue, we should let vue handle DOM update. I cancelled dragula DOM actions.
@FranzSkuffka Workaround for the duplicate drop error: