Better delay

pull/310/head
cagataycivici 2020-05-05 02:35:06 +03:00
parent 69d4c2eac8
commit 40a3d77e7f
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ export default {
setTimeout(() => {
this.hide();
}, 100);
}, 200);
},
onEditableInput(event) {
this.$emit('input', event.target.value);