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

Browser context menu disabled - how to enable. #178

Closed WriterStat closed 1 year ago

WriterStat commented 1 year ago

Browser right-click context menu seems to be disabled by default when right-clicking selected text in an item in a kanban list.

WriterStat commented 1 year ago

I took a chance on trying this below...

propagationHandlers: [] // the specified callback does not cancel the browser event. possible values: "click", "context"

from the read-me file.

It worked to turn back on the browser context menu. Was confusing label for me as it sounded like I needed to specify propagationHandlers. Hope helps someone.

Could there be a simpler way to do this where it defaults to the Browser event unless item context-menu option is turned on.