KeyTable 2.3.0 and Editor: Error in constructor

KeyTable 2.3.0 and Editor: Error in constructor

fabianrottfabianrott Posts: 30Questions: 1Answers: 0

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', ...)?

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    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

This discussion has been closed.