mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
975fd55963
commit
f23764fee0
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ export class Title {
|
|||
range.deleteContents();
|
||||
range.insertNode(document.createTextNode(replaceFileName(event.clipboardData.getData("text/plain"))));
|
||||
range.collapse(false);
|
||||
this.rename(protyle);
|
||||
});
|
||||
this.editElement.addEventListener("click", () => {
|
||||
if (protyle.model) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue