Browse Source

:art: https://github.com/siyuan-note/siyuan/issues/11372

Vanessa 1 year ago
parent
commit
e8eef426a4
2 changed files with 5 additions and 1 deletions
  1. 1 1
      app/src/mobile/dock/MobileOutline.ts
  2. 4 0
      app/src/protyle/wysiwyg/index.ts

+ 1 - 1
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;
         }
     }
 

+ 4 - 0
app/src/protyle/wysiwyg/index.ts

@@ -229,6 +229,10 @@ export class WYSIWYG {
                 }
             });
         }
+        /// #else
+        if (protyle.disabled) {
+            protyle.toolbar.range = getEditorRange(nodeElement);
+        }
         /// #endif
     }