diff --git a/src/extras/editor/magicKey.ts b/src/extras/editor/magicKey.ts index 3f3c55d..eb32373 100644 --- a/src/extras/editor/magicKey.ts +++ b/src/extras/editor/magicKey.ts @@ -295,10 +295,6 @@ class PluginState { this.popup.layoutPopup(this); - this.popup.container.scrollIntoView({ - block: "nearest", - }); - // Focus the input const input = this.popup.container.querySelector( ".popup-input",