Skip to content

Commit

Permalink
no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
duncannevin committed Jan 19, 2017
1 parent c40f8ba commit 48173e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = {

changeQuill(data) {
data = JSON.parse(data) || ''; // This allows us to delete the entire thing with an empty string

this.quill.setContents(data, 'user');
}
}

0 comments on commit 48173e4

Please sign in to comment.