Fix rich text widget edition (#18899)
Fixes https://github.com/twentyhq/twenty/issues/18894
This commit is contained in:
committed by
GitHub
parent
960c80999e
commit
8eff9efab2
@@ -66,6 +66,7 @@ export const useEditPageLayoutWidget = (pageLayoutIdFromProps?: string) => {
|
||||
return;
|
||||
}
|
||||
|
||||
setPageLayoutEditingWidgetId(widgetId);
|
||||
setSidePanelPage(SidePanelPages.Root);
|
||||
closeSidePanelMenu();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user