mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 00:50:56 +08:00
🎨
This commit is contained in:
parent
c437f8df9e
commit
bba40d278f
@ -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…
Reference in New Issue
Block a user