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

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.4",
3
+ "version": "0.2.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/enlear/quill-image-uploader-nextjs.git"
@@ -14,6 +14,10 @@ class CommentBlot extends InlineBlot {
14
14
  "data-comment",
15
15
  value["data-comment"] || value.commentId
16
16
  );
17
+ node.setAttribute(
18
+ "data-suggestion",
19
+ value["data-suggestion"] || "false"
20
+ );
17
21
  }
18
22
  return node;
19
23
  }