riktar / jkanban

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

Browser context menu disabled - how to enable. #178

Closed WriterStat closed 2 years ago

WriterStat commented 2 years 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 2 years 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.