KeyTable 2.3.0 and Editor: Error in constructor
KeyTable 2.3.0 and Editor: Error in constructor
fabianrott
Posts: 30Questions: 1Answers: 0
in Bug reports
Hello
We experienced crashes in KeyTable 2.3.0 with active editor in KeyTable.prototype._constructor:
if ( this.c.editor ) {
// Need to disable KeyTable when the main editor is shown
editor.on( 'open.keyTableMain', function (e, mode, action) { // Crash happens here due to undefined "editor"
I suppose this should actually be this.c.editor.on('open.keyTableMain', ...)?
This discussion has been closed.
Replies
It should yes. KeyTable 2.3.1 fixes this with this change.
The download builder will be back up and running with the 2.3.2 release of KeyTable shortly.
Allan