From 6f519e655179f426dc40e5984c5033e34bf8e748 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Tue, 7 Jun 2016 22:33:13 -0700 Subject: [PATCH] fixes #739 --- modules/keyboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/keyboard.js b/modules/keyboard.js index 164fa39493..85d8182fbe 100644 --- a/modules/keyboard.js +++ b/modules/keyboard.js @@ -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); } } ],