mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
This commit is contained in:
parent
edb6bf8000
commit
c9d9a79ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export class Font extends ToolbarItem {
|
|||
protyle.toolbar.subElement.innerHTML = "";
|
||||
protyle.toolbar.subElement.style.width = "";
|
||||
protyle.toolbar.subElement.style.padding = "";
|
||||
protyle.toolbar.subElement.append(appearanceMenu(protyle, getFontNodeElements()));
|
||||
protyle.toolbar.subElement.append(appearanceMenu(protyle, getFontNodeElements(protyle)));
|
||||
protyle.toolbar.subElement.classList.remove("fn__none");
|
||||
protyle.toolbar.subElementCloseCB = undefined;
|
||||
focusByRange(protyle.toolbar.range);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue