We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ea796 commit 6a6fc35Copy full SHA for 6a6fc35
src/app-layout/visual-refresh-toolbar/state/use-app-layout.tsx
@@ -222,7 +222,7 @@ export const useAppLayout = (
222
openTools: () => onToolsToggle(true),
223
focusToolsClose: () => drawersFocusControl.setFocus(true),
224
focusActiveDrawer: () => drawersFocusControl.setFocus(true),
225
- focusSplitPanel: () => splitPanelFocusControl.refs.slider.current?.focus(),
+ focusSplitPanel: () => splitPanelFocusControl.setLastInteraction({ type: 'open' }),
226
focusNavigation: () => navigationFocusControl.setFocus(true),
227
}));
228
0 commit comments