Just to let you know, I had to change a line of your code in the 'addListeners:' function from 'if( this.settings.readOnly ){ return; }' to 'if( this.settings.readonly ){ return; }'. readonly with lower cap o is defined in your default definition.
I appreciate you taking care of this. I like your software.
Hi Nashio,
Just to let you know, I had to change a line of your code in the 'addListeners:' function from 'if( this.settings.readOnly ){ return; }' to 'if( this.settings.readonly ){ return; }'. readonly with lower cap o is defined in your default definition.
I appreciate you taking care of this. I like your software.