mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
This commit is contained in:
parent
3a53fd4a9a
commit
fdee19e703
6 changed files with 16 additions and 15 deletions
|
|
@ -48,6 +48,8 @@ export const initUI = (protyle: IProtyle) => {
|
|||
protyle.element.appendChild(protyle.toolbar.element);
|
||||
protyle.element.appendChild(protyle.toolbar.subElement);
|
||||
|
||||
protyle.element.append(protyle.highlight.styleElement);
|
||||
|
||||
addLoading(protyle);
|
||||
|
||||
setEditMode(protyle, protyle.options.mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue