mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
e8f1808cb0
commit
452b79c601
8 changed files with 121 additions and 51 deletions
|
|
@ -28,8 +28,8 @@ export const initUI = (protyle: IProtyle) => {
|
|||
if (protyle.upload) {
|
||||
protyle.element.appendChild(protyle.upload.element);
|
||||
}
|
||||
if (protyle.scroll) {
|
||||
protyle.element.appendChild(protyle.scroll.element);
|
||||
if (protyle.options.render) {
|
||||
protyle.element.appendChild(protyle.scroll.element.parentElement);
|
||||
}
|
||||
if (protyle.gutter) {
|
||||
protyle.element.appendChild(protyle.gutter.element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue