@sereneinserenade/tiptap-comment-extension
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "@sereneinserenade/tiptap-comment-extension", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "Tiptap Extension for adding comments", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -80,2 +80,3 @@ import { Mark, mergeAttributes, Range } from "@tiptap/core"; | ||
this.storage.activeCommentId = null; | ||
this.options.onCommentActivated(this.storage.activeCommentId); | ||
return; | ||
@@ -82,0 +83,0 @@ } |
13507
377