diff --git a/src/plugins/link-dialog/index.ts b/src/plugins/link-dialog/index.ts index 4fd89a0d..78f8b32e 100644 --- a/src/plugins/link-dialog/index.ts +++ b/src/plugins/link-dialog/index.ts @@ -217,7 +217,6 @@ export const linkDialogState$ = Cell { - console.log({ readOnly }) if ($isRangeSelection(selection) && activeEditor && !readOnly) { const node = getLinkNodeInSelection(selection)