diff --git a/packages/editor/src/core/components/menus/bubble-menu/root.tsx b/packages/editor/src/core/components/menus/bubble-menu/root.tsx index 4ed3709f408..3f4e97ca706 100644 --- a/packages/editor/src/core/components/menus/bubble-menu/root.tsx +++ b/packages/editor/src/core/components/menus/bubble-menu/root.tsx @@ -87,12 +87,9 @@ export const EditorBubbleMenu: FC = (props: any) => { }, []); return ( - + {!isSelecting && ( - <> +
{!props.editor.isActive("table") && ( = (props: any) => { editor.commands.setTextSelection(pos ?? 0); }} /> - +
)} );