mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
8e84c83a4a
commit
06417acc1f
2 changed files with 2 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ export class Files extends Model {
|
|||
} else if (type === "addLocal") {
|
||||
fetchPost("/api/filetree/moveLocalShorthands", {
|
||||
"notebook": notebookId,
|
||||
"path": dayjs().format("YYYYMMDDHHmmss")
|
||||
"path": dayjs().format("YYYY-MM-DD HH:mm:ss")
|
||||
});
|
||||
this.element.querySelectorAll('[data-type="addLocal"]').forEach(item => {
|
||||
item.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue