This commit is contained in:
parent
737ef39768
commit
352ff0676e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const focusStack = async (app: App, stack: IBackStack) => {
|
|||
tab,
|
||||
blockId: stack.zoomId || stack.protyle.block.rootID,
|
||||
rootId: stack.protyle.block.rootID,
|
||||
action: stack.zoomId ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL] : [Constants.CB_GET_FOCUS]
|
||||
action: stack.zoomId ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL, Constants.CB_GET_UNUNDO] : [Constants.CB_GET_FOCUS, Constants.CB_GET_UNUNDO]
|
||||
});
|
||||
tab.addModel(editor);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue