mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-15 16:41:07 +08:00
🎨
This commit is contained in:
parent
c437f8df9e
commit
bba40d278f
@ -51,7 +51,7 @@ export const getNewFilePath = (useSavePath: boolean) => {
|
||||
}
|
||||
}
|
||||
/// #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;
|
||||
if (useSavePath) {
|
||||
currentPath = window.siyuan.mobile.editor.protyle.path;
|
||||
|
Loading…
Reference in New Issue
Block a user