@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@writergate/quill-image-uploader-nextjs",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/enlear/quill-image-uploader-nextjs.git"
@@ -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() {