mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
fc9505b496
commit
26881d906e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const initUI = (protyle: IProtyle) => {
|
|||
if (protyle.upload) {
|
||||
protyle.element.appendChild(protyle.upload.element);
|
||||
}
|
||||
if (protyle.options.render) {
|
||||
if (protyle.options.render.scroll) {
|
||||
protyle.element.appendChild(protyle.scroll.element.parentElement);
|
||||
}
|
||||
if (protyle.gutter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue