Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 't/9594'
  • Loading branch information
Reinmar committed Dec 13, 2012
2 parents 5cf0a4f + 0a4df57 commit 425410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/editable.js
Expand Up @@ -522,7 +522,7 @@
// on fully selected element . (#4047) (#7645)
this.attachListener( editor, 'key', function( evt ) {
if ( editor.readOnly )
return false;
return true;

var keyCode = evt.data.keyCode, isHandled;

Expand Down

0 comments on commit 425410c

Please sign in to comment.