mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🎨
This commit is contained in:
parent
c437f8df9e
commit
bba40d278f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export const getNewFilePath = (useSavePath: boolean) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// #else
|
/// #else
|
||||||
if (window.siyuan.mobile.editor) {
|
if (window.siyuan.mobile.editor && document.getElementById("empty").classList.contains("fn__none")) {
|
||||||
notebookId = window.siyuan.mobile.editor.protyle.notebookId;
|
notebookId = window.siyuan.mobile.editor.protyle.notebookId;
|
||||||
if (useSavePath) {
|
if (useSavePath) {
|
||||||
currentPath = window.siyuan.mobile.editor.protyle.path;
|
currentPath = window.siyuan.mobile.editor.protyle.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue