mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 15:34:06 +01:00
This commit is contained in:
parent
a138fc821b
commit
76fd4c280a
2 changed files with 11 additions and 1 deletions
|
|
@ -499,6 +499,10 @@ export class MobileFiles extends Model {
|
|||
} else {
|
||||
targetElement.remove();
|
||||
}
|
||||
|
||||
if (window.siyuan.mobileEditor && window.siyuan.mobileEditor.protyle.path === data.data.path) {
|
||||
setEmpty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue