Skip to content

Commit

Permalink
Rephrase comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Feb 7, 2018
1 parent 7e26d16 commit 2226211
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 @@ -3191,7 +3191,7 @@

editor.fire( 'unlockSnapshot' );

// Prevent cutting read only (#1570).
// Prevent cutting in read-only editor (#1570).
if ( isCut && !editor.readOnly ) {
widget.repository.del( widget );
editor.fire( 'saveSnapshot' );
Expand Down

0 comments on commit 2226211

Please sign in to comment.