@writergate/quill-image-uploader-nextjs 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@writergate/quill-image-uploader-nextjs",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/enlear/quill-image-uploader-nextjs.git"
@@ -2,7 +2,7 @@ import Quill from "quill";
2
2
 
3
3
  const InlineBlot = Quill.import("blots/inline");
4
4
 
5
- const ATTRIBUTES = ["class", "data-comment"];
5
+ const ATTRIBUTES = ["class", "data-comment", "data-suggestion"];
6
6
 
7
7
  class CommentBlot extends InlineBlot {
8
8
  static create(value) {