mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
e3fbe9bae5
commit
b10edbbcb9
2 changed files with 22 additions and 8 deletions
|
|
@ -30,6 +30,7 @@ const updateTitle = (rootID: string, tab: Tab) => {
|
|||
};
|
||||
|
||||
export const reloadSync = (data: { upsertRootIDs: string[], removeRootIDs: string[] }) => {
|
||||
hideMessage();
|
||||
/// #if MOBILE
|
||||
if (window.siyuan.mobile.popEditor) {
|
||||
if (data.removeRootIDs.includes(window.siyuan.mobile.popEditor.protyle.block.rootID)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue