Skip to content

Commit 425410c

Browse files
committed
Merge branch 't/9594'
2 parents 5cf0a4f + 0a4df57 commit 425410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/editable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
// on fully selected element . (#4047) (#7645)
523523
this.attachListener( editor, 'key', function( evt ) {
524524
if ( editor.readOnly )
525-
return false;
525+
return true;
526526

527527
var keyCode = evt.data.keyCode, isHandled;
528528

0 commit comments

Comments
 (0)