@signalapp/quill-cjs
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -63,3 +63,3 @@ "use strict"; | ||
static sources = _emitter.default.sources; | ||
static version = typeof "2.1.1" === 'undefined' ? 'dev' : "2.1.1"; | ||
static version = typeof "2.1.2" === 'undefined' ? 'dev' : "2.1.2"; | ||
static imports = { | ||
@@ -66,0 +66,0 @@ delta: _quillDelta.default, |
/*! | ||
* Quill Editor v2.1.1 | ||
* Quill Editor v2.1.2 | ||
* https://quilljs.com | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2017-2025, Slab |
/*! | ||
* Quill Editor v2.1.1 | ||
* Quill Editor v2.1.2 | ||
* https://quilljs.com | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2017-2025, Slab |
@@ -272,2 +272,8 @@ "use strict"; | ||
this.quill.focus(); | ||
Object.keys(context.format).forEach(name => { | ||
if (lineFormats[name] != null) return; | ||
if (Array.isArray(context.format[name])) return; | ||
if (name === 'code' || name === 'link') return; | ||
this.quill.format(name, context.format[name], _quill.default.sources.USER); | ||
}); | ||
} | ||
@@ -274,0 +280,0 @@ } |
{ | ||
"name": "@signalapp/quill-cjs", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Your powerful, rich text editor", | ||
@@ -5,0 +5,0 @@ "author": "Jason Chen <jhchen7@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3780433
10670