angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

Dragend Taking Long

Open bsell93 opened this issue 8 years ago • 1 comments

I am having an issue where the dragend event is being fired and is taking an extremely long time to finish. It looks like the event is being fired numerous times (https://github.com/marceljuenemann/angular-drag-and-drop-lists/blob/master/angular-drag-and-drop-lists.js#L154), which is hanging up the UI. Any idea why this would be happening?

Here are a few screenshots of performance using Chromes performance tool. dragend event apply fire

bsell93 avatar Nov 27 '17 16:11 bsell93

Try the performance tweaks described here: #413

blitzmann avatar Jan 02 '18 20:01 blitzmann