pull/5414/head
tugcekucukoglu 2024-03-13 15:56:38 +03:00
parent 65b160d8ff
commit 18338006a8
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ export default {
this.$emit('blur', event);
},
onKeyDown(event) {
const newValue = this.tokens.join('');
const keyCode = event.keyCode;
switch (keyCode) {