mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 03:10:16 +01:00
This commit is contained in:
parent
7cbf14a42f
commit
69a795b99b
8 changed files with 46 additions and 44 deletions
|
|
@ -77,7 +77,7 @@ export const setEmpty = (app: App) => {
|
|||
};
|
||||
|
||||
export const setEditor = () => {
|
||||
const toolbarNameElement = document.getElementById("toolbarName") as HTMLInputElement
|
||||
const toolbarNameElement = document.getElementById("toolbarName") as HTMLInputElement;
|
||||
setTitle(toolbarNameElement.value);
|
||||
toolbarNameElement.classList.remove("fn__hidden");
|
||||
document.getElementById("editor").classList.remove("fn__none");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue