diff --git a/architype.js b/architype.js index 236e93a..5621490 100644 --- a/architype.js +++ b/architype.js @@ -659,7 +659,7 @@ class EditorEntryBase extends ListenUtils { } onElemFocus() { - this.elem_.scrollIntoView({block: 'center'}); + this.elem_.scrollIntoView({block: 'nearest'}); } onKeyDown(e) {