quill-better-table
quill-better-table copied to clipboard
Disable operationMenu from module options
Currently, the module allows configuring actions available from the context menu. I would've wanted to implement these controls by myself and completely disable the custom context menu set in this module.
TODO
- Allow
false
value for operationMenu module option - Skip registering the
contextmenu
listener ifoperationMenu
isfalse
Thanks in advance.