Vanessa 2024-12-02 00:10:03 +08:00
parent 3a53fd4a9a
commit fdee19e703
6 changed files with 16 additions and 15 deletions

View file

@ -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);