riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.06k stars 296 forks source link

Allow to control click and context propagation #141

Closed ngmy closed 2 years ago

ngmy commented 2 years ago

I think it's more convenient to enable browser click and right-click by default. For example, click to open URL in an item, or right-click to use the browser developer tool.

ngmy commented 2 years ago

@marcosrocha85 Is it like this...? Changed to control propagation of events rather than calling callbacks. I'm not sure about the property name.

riktar commented 2 years ago

Merged, thanks @ngmy