This commit is contained in:
maplemei 2019-11-27 11:21:41 +08:00
parent 70360a8ce6
commit 3675ad0c9b
2 changed files with 2 additions and 2 deletions

2
dist/xm-select.js vendored

File diff suppressed because one or more lines are too long

View File

@ -482,7 +482,7 @@ class General extends Component{
input.addEventListener('compositionstart', this.handleComposition.bind(this));
input.addEventListener('compositionupdate', this.handleComposition.bind(this));
input.addEventListener('compositionend', this.handleComposition.bind(this));
input.addEventListener('input', this.searchInput.bind(this, 'input'));
input.addEventListener('input', this.searchInput.bind(this));
this.searchInputRef = input;
}
this.base.addEventListener('keydown', this.keydown.bind(this, 'div'));