mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
🚨
This commit is contained in:
parent
46b004129d
commit
eb0a3fc4e8
4 changed files with 6 additions and 6 deletions
|
|
@ -68,7 +68,7 @@ export class Title {
|
|||
}
|
||||
if (this.editElement.textContent === "") {
|
||||
this.editElement.querySelectorAll("br").forEach(item => {
|
||||
item.remove()
|
||||
item.remove();
|
||||
});
|
||||
}
|
||||
this.rename(protyle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue