diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar-button-menu.tsx b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar-button-menu.tsx index d30ab754ea..e70bf1dd0e 100644 --- a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar-button-menu.tsx +++ b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar-button-menu.tsx @@ -52,6 +52,7 @@ export const ToolbarButtonMenu: FC<{ container={tableContainerRef.current} containerPadding={0} animation + rootClose onHide={() => onToggle(false)} > onToggle(false)} > diff --git a/services/web/frontend/js/features/source-editor/components/toolbar/button-menu.tsx b/services/web/frontend/js/features/source-editor/components/toolbar/button-menu.tsx index 48f23fe245..a26983fe21 100644 --- a/services/web/frontend/js/features/source-editor/components/toolbar/button-menu.tsx +++ b/services/web/frontend/js/features/source-editor/components/toolbar/button-menu.tsx @@ -60,6 +60,7 @@ export const ToolbarButtonMenu: FC<{ container={view.dom} containerPadding={0} animation + rootClose onHide={() => onToggle(false)} > { container={view.dom} containerPadding={0} animation + rootClose onHide={() => onToggle(false)} >