mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge branch 'master' of https://github.com/primefaces/primevue
This commit is contained in:
commit
c9b30797b2
3 changed files with 27 additions and 13 deletions
|
@ -61,6 +61,7 @@ export default {
|
|||
methods: {
|
||||
onDialogHide(instance) {
|
||||
!this.currentInstance && instance.options.onClose && instance.options.onClose({ type: 'dialog-close' });
|
||||
delete this.instanceMap[instance.key];
|
||||
},
|
||||
onDialogAfterHide() {
|
||||
this.currentInstance && delete this.currentInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue