Skip to content

Commit

Permalink
Enable default copy behavior
Browse files Browse the repository at this point in the history
Until we can implement better one.

Closes #750
Closes #748
  • Loading branch information
jhchen committed Jun 20, 2016
1 parent 4657356 commit ba343a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Clipboard extends Module {
if (e.clipboardData) { // IE11 does not let us set non-text data
clipboard.setData('application/json', JSON.stringify(this.quill.getContents(range)));
}
e.preventDefault();
// e.preventDefault();
}

onCut(e) {
Expand Down

0 comments on commit ba343a9

Please sign in to comment.