mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
🚨
This commit is contained in:
parent
235f8f8a6a
commit
a403eb8b04
3 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ export const onGet = (data: IWebSocketData, protyle: IProtyle, action: string[]
|
|||
unScroll: (scrollObj && scrollObj.focusId) ? true : false,
|
||||
isSyncing: data.data.isSyncing,
|
||||
}, protyle);
|
||||
setTitle(response.data.ial.title, protyle);
|
||||
setTitle(response.data.ial.title);
|
||||
if (scrollObj && protyle.options.mode !== "preview") {
|
||||
restoreScroll(protyle, scrollObj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue