Skip to content

Commit

Permalink
Update comment in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Dec 12, 2017
1 parent 33f68bb commit ec7016c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/clipboard/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,7 @@
// Cancel native drop.
evt.data.preventDefault();

// #808
// We shouldn't start drop action when editor is in read only mode
// We shouldn't start drop action when editor is in read only mode (#808).
if ( editor.readOnly ) {
return;
}
Expand Down

0 comments on commit ec7016c

Please sign in to comment.