We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d626571 commit cb0abf9Copy full SHA for cb0abf9
plugins/undo/plugin.js
@@ -898,7 +898,7 @@
898
ieFunctionKeysWorkaround = CKEDITOR.env.ie && keyCode in backspaceOrDelete;
899
900
// IE: backspace/del would still call keypress event, even if nothing was removed.
901
- if ( ieFunctionKeysWorkaround && this.lastKeydownImage.equalsContent( new Image( editor, true ) ) ) {
+ if ( ieFunctionKeysWorkaround && this.lastKeydownImage && this.lastKeydownImage.equalsContent( new Image( editor, true ) ) ) {
902
return;
903
}
904
0 commit comments