This commit is contained in:
Philipinho
2025-07-03 22:10:36 -07:00
parent eb9cbabeba
commit 2db5a85ef0
@@ -172,8 +172,6 @@ export const Comment = Mark.create<ICommentOptions, ICommentStorage>({
const commentId = HTMLAttributes?.["data-comment-id"] || null;
const resolved = HTMLAttributes?.["data-resolved"] || false;
console.log("firstResolved", resolved);
if (typeof window === "undefined" || typeof document === "undefined") {
return [
"span",