diff --git a/shared/editor/marks/Link.tsx b/shared/editor/marks/Link.tsx index b548a667f..76e35723e 100644 --- a/shared/editor/marks/Link.tsx +++ b/shared/editor/marks/Link.tsx @@ -134,10 +134,7 @@ export default class Link extends Mark { Decoration.widget( // place the decoration at the end of the link nodeWithPos.pos + nodeWithPos.node.nodeSize, - () => { - console.log(icon); - return icon.cloneNode(true); - }, + () => icon.cloneNode(true), { // position on the right side of the position side: 1,