Skip to content

Commit

Permalink
fixes #739
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 8, 2016
1 parent e1f89a8 commit 6f519e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ Keyboard.DEFAULTS = {
{ key: Keyboard.keys.ENTER },
{ collapsed: true, format: ['list'], empty: true },
function(range, context) {
this.quill.format('list', false);
this.quill.format('list', false, Quill.sources.USER);
if (context.format.indent) {
this.quill.format('indent', false);
this.quill.format('indent', false, Quill.sources.USER);
}
}
],
Expand Down

0 comments on commit 6f519e6

Please sign in to comment.