Vanessa 2023-05-06 00:10:30 +08:00
parent e3fbe9bae5
commit b10edbbcb9
2 changed files with 22 additions and 8 deletions

View file

@ -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)) {