@writergate/quill-image-uploader-nextjs 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -33,6 +33,8 @@ class ImageUploader {
|
|
33
33
|
|
34
34
|
// if it was a code-block, and the user meant to remove it
|
35
35
|
this.quill.removeFormat(range.index, range.length, 'user');
|
36
|
+
// running it twise to remove colors
|
37
|
+
this.quill.removeFormat(range.index, range.length, 'user');
|
36
38
|
}
|
37
39
|
|
38
40
|
selectLocalImage() {
|