seehar / quill-better-table-plus

fork by quill-better-table. Module for better table in Quill, more useful features are supported.
MIT License
8 stars 3 forks source link

keyboard bindings error #6

Closed enzedonline closed 2 months ago

enzedonline commented 3 months ago

I'm using 0.1.6 on pure JS - the keyboard bindings throw an error each key press:

Uncaught TypeError: Cannot read properties of undefined (reading 'call') at keyboard.ts:260:32 at Array.some () at HTMLDivElement. (keyboard.ts:218:33)

This is a hangover from the same error on quill-better-table. Is there a known solution to this?

enzedonline commented 2 months ago

Turned out to be a config error on my part - perils of passing config from python ...