mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 10:50:15 +01:00
This commit is contained in:
parent
78cba22910
commit
e0e803d743
21 changed files with 135 additions and 71 deletions
|
|
@ -60,7 +60,13 @@ export class Title {
|
|||
this.editElement.addEventListener("click", () => {
|
||||
if (protyle.model) {
|
||||
setPanelFocus(protyle.model.element.parentElement.parentElement);
|
||||
updatePanelByEditor(protyle, false);
|
||||
updatePanelByEditor({
|
||||
protyle: protyle,
|
||||
focus: false,
|
||||
pushBackStack: false,
|
||||
reload: false,
|
||||
resize: false,
|
||||
});
|
||||
}
|
||||
protyle.toolbar?.element.classList.add("fn__none");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue