fix: do not scroll editor when showing magic key popup
This commit is contained in:
parent
10dedacc1b
commit
4231f8c998
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue