I am making a trello clone. Trello opens a bootstrap modal for editing a clicked card. If you start dragging instead of mouseup, trello does not open the modal, starts drag instead. How can this be achieved with dragula?
I used drake.on('cancel', triggerClickEvent) but it is far from ideal. There should be a click event type exposed by drake that only fires when it is a click and not a drag.
I am making a trello clone. Trello opens a bootstrap modal for editing a clicked card. If you start dragging instead of mouseup, trello does not open the modal, starts drag instead. How can this be achieved with dragula?
I used drake.on('cancel', triggerClickEvent) but it is far from ideal. There should be a click event type exposed by drake that only fires when it is a click and not a drag.