Remove hanging console.log

This commit is contained in:
Tom Moor
2022-03-31 19:45:49 -07:00
parent 7a1870f81f
commit f457bf2019

View File

@@ -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,