bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
22.01k stars 1.97k forks source link

after disabling Dragula - still change detection fires on mouse move/hover #526

Closed surajmi08 closed 4 years ago

surajmi08 commented 7 years ago

after disabling Dragula - still change detection fires on mouse move/hover

navcoder commented 7 years ago

Any update on this? I am also having similar issue. To elaborate- I only want dragula firing when my dashboard is in EditMode, hence in "moves" I check whether it is in edit mode or not. Now when the dashboard is in Edit mode, I don't want my normal mouse clicks to fire change detection. Is it possible to disable dragula or move it outside AngularZone ?