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(() => { setTimeout(() => {
this.hide(); this.hide();
}, 100); }, 200);
}, },
onEditableInput(event) { onEditableInput(event) {
this.$emit('input', event.target.value); this.$emit('input', event.target.value);