ng2-dragula icon indicating copy to clipboard operation
ng2-dragula copied to clipboard

Dragula functionalities are getting called on every click even on the dom which is not inside dragula

Open suneethar opened this issue 7 years ago • 1 comments

Currently I am using dragula inside angular5. Everything is working fine except that dragula functionalities are getting called on every click on body which is causing some issue wrt radio button which is not inside dragula container. My dragula container is in one component and radio button, dropdown and and some other are in some other component . Both these components are used in same page. There is no relationship between these two components but still when i click on radio button or when I select dropwon dragula functionalities are getting called. Because of which my radio buttons are not getting selected (radio button inside ngfor with dynamic value) How can i prevent this?

suneethar avatar Feb 17 '18 11:02 suneethar

In the original Dragula demo, you get click events on anything inside a drag container. What's different about your situation? Can you provide a simple repro?

cormacrelf avatar Jun 20 '18 08:06 cormacrelf