📱
This commit is contained in:
parent
d31b5a818d
commit
cb6a843cd9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export const openMobileFileById = (app: App, id: string, action = [Constants.CB_
|
|||
if (window.siyuan.mobile.editor) {
|
||||
pushBack();
|
||||
addLoading(window.siyuan.mobile.editor.protyle);
|
||||
if (action.includes(Constants.CB_GET_SCROLL)) {
|
||||
if (action.includes(Constants.CB_GET_SCROLL) && window.siyuan.storage[Constants.LOCAL_FILEPOSITION][data.data.rootID]) {
|
||||
getDocByScroll({
|
||||
protyle: window.siyuan.mobile.editor.protyle,
|
||||
scrollAttr: window.siyuan.storage[Constants.LOCAL_FILEPOSITION][data.data.rootID],
|
||||
|
|
Loading…
Add table
Reference in a new issue