mirror of
https://github.com/docmost/docmost.git
synced 2026-07-27 18:25:20 +10:00
cleanup
This commit is contained in:
@@ -172,8 +172,6 @@ export const Comment = Mark.create<ICommentOptions, ICommentStorage>({
|
|||||||
const commentId = HTMLAttributes?.["data-comment-id"] || null;
|
const commentId = HTMLAttributes?.["data-comment-id"] || null;
|
||||||
const resolved = HTMLAttributes?.["data-resolved"] || false;
|
const resolved = HTMLAttributes?.["data-resolved"] || false;
|
||||||
|
|
||||||
console.log("firstResolved", resolved);
|
|
||||||
|
|
||||||
if (typeof window === "undefined" || typeof document === "undefined") {
|
if (typeof window === "undefined" || typeof document === "undefined") {
|
||||||
return [
|
return [
|
||||||
"span",
|
"span",
|
||||||
|
|||||||
Reference in New Issue
Block a user