fix: do not scroll editor when showing magic key popup

This commit is contained in:
windingwind 2024-11-11 21:56:11 +01:00
parent 10dedacc1b
commit 4231f8c998

View File

@ -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",