Fixed AutoComplete error

pull/12/head
mertsincan 2019-05-03 11:53:46 +03:00
parent 0f51fb57bb
commit 40064aafa6
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default {
this.focus(); this.focus();
this.hideOverlay(); this.hideOverlay();
}, },
onMultiContainerClick(event) { onMultiContainerClick() {
this.focus(); this.focus();
}, },
removeItem(event, index) { removeItem(event, index) {