diff --git a/app/src/mobile/dock/MobileOutline.ts b/app/src/mobile/dock/MobileOutline.ts index b57da58da..edb347be9 100644 --- a/app/src/mobile/dock/MobileOutline.ts +++ b/app/src/mobile/dock/MobileOutline.ts @@ -133,7 +133,7 @@ export class MobileOutline { } if (currentElement) { currentElement.classList.add("b3-list-item--focus"); - this.element.scrollTop = currentElement.offsetTop - this.element.clientHeight / 2 - 30; + this.tree.element.scrollTop = currentElement.offsetTop - this.element.clientHeight / 2 - 30; } } diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 3570f7e5d..960e61b5b 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -229,6 +229,10 @@ export class WYSIWYG { } }); } + /// #else + if (protyle.disabled) { + protyle.toolbar.range = getEditorRange(nodeElement); + } /// #endif }