mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
This commit is contained in:
parent
c1f14a33d9
commit
de9e648e9e
2 changed files with 0 additions and 2 deletions
|
|
@ -1160,7 +1160,6 @@ data-type="navigation-root" data-path="/">
|
|||
useSavePath: false,
|
||||
listDocTree: true,
|
||||
});
|
||||
showMessage(window.siyuan.languages.emptyContent);
|
||||
return;
|
||||
}
|
||||
this.onLsHTML(response.data);
|
||||
|
|
|
|||
|
|
@ -649,7 +649,6 @@ export class MobileFiles extends Model {
|
|||
path: liElement.getAttribute("data-path"),
|
||||
}, response => {
|
||||
if (response.data.path === "/" && response.data.files.length === 0) {
|
||||
showMessage(window.siyuan.languages.emptyContent);
|
||||
newFile({
|
||||
app: this.app,
|
||||
notebookId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue