mirror of
https://github.com/docmost/docmost.git
synced 2026-06-22 09:01:37 +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 resolved = HTMLAttributes?.["data-resolved"] || false;
|
||||
|
||||
console.log("firstResolved", resolved);
|
||||
|
||||
if (typeof window === "undefined" || typeof document === "undefined") {
|
||||
return [
|
||||
"span",
|
||||
|
||||
Reference in New Issue
Block a user