This commit is contained in:
Ian Gulliver
2019-07-13 05:06:48 +00:00
parent a93e3dc2f6
commit cbe56098da
6 changed files with 5 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ class EditorEntryBase extends ListenUtils {
this.elem_.scrollIntoView({block: 'nearest'});
}
onKeyDown(e) {
onKeyDown() {
}
afterDomAdd() {