mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Better delay
This commit is contained in:
parent
69d4c2eac8
commit
40a3d77e7f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue