Skip to content

Commit

Permalink
Restore keyboard handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Aug 22, 2019
1 parent 813ec66 commit ab7bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/widget/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,7 @@
widget.edit();
// CTRL+C or CTRL+X.
} else if ( keyCode == CKEDITOR.CTRL + 67 || keyCode == CKEDITOR.CTRL + 88 ) {
// copyWidgets( widget.editor, keyCode == CKEDITOR.CTRL + 88 );
copyWidgets( widget.editor, keyCode == CKEDITOR.CTRL + 88 );
return; // Do not preventDefault.
// Pass chosen keystrokes to other plugins or default fake sel handlers.
// Pass all CTRL/ALT keystrokes.
Expand Down

0 comments on commit ab7bc08

Please sign in to comment.