fix(editor): at menu position in split view (#9500)

This commit is contained in:
Flrande
2025-01-03 12:20:31 +00:00
parent b17dac2201
commit 2074bda8ff
8 changed files with 230 additions and 271 deletions
@@ -324,7 +324,10 @@ const pageToolGroup: KeyboardToolPanelGroup = {
const inlineEditor = getInlineEditorByModel(std.host, currentModel);
// Wait for range to be updated
inlineEditor?.slots.inlineRangeSync.once(() => {
linkedDocWidget.show('mobile');
linkedDocWidget.show({
mode: 'mobile',
addTriggerKey: true,
});
closeToolPanel();
});
})