mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
a00af1bd6c
commit
ed3f2af467
16 changed files with 63 additions and 50 deletions
|
|
@ -456,7 +456,7 @@ export const zoomOut = (protyle: IProtyle, id: string, focusId?: string, isPushB
|
|||
return;
|
||||
}
|
||||
}
|
||||
if (window.siyuan.mobileEditor) {
|
||||
if (window.siyuan.mobile.editor) {
|
||||
window.siyuan.storage[Constants.LOCAL_DOCINFO] = {
|
||||
id,
|
||||
action: id === protyle.block.rootID ? [Constants.CB_GET_HL, Constants.CB_GET_CONTEXT] : [Constants.CB_GET_ALL]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue