mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 07:46:09 +01:00
🚨
This commit is contained in:
parent
bc3ab68a9d
commit
be3ac44ce7
12 changed files with 80 additions and 85 deletions
|
|
@ -10,7 +10,6 @@ import {genUUID} from "../../util/genID";
|
|||
import {openMobileFileById} from "../editor";
|
||||
import {unicode2Emoji} from "../../emoji";
|
||||
import {newNotebook} from "../../util/mount";
|
||||
import {setEmpty} from "./setEmpty";
|
||||
import {confirmDialog} from "../../dialog/confirmDialog";
|
||||
import {MenuItem} from "../../menus/Menu";
|
||||
import {newFile} from "../../util/newFile";
|
||||
|
|
@ -525,7 +524,7 @@ export class MobileFiles extends Model {
|
|||
targetElement.remove();
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
public onRename(data: { path: string, title: string, box: string }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue