Fix popup onClose executing after resolver
This commit is contained in:
parent
52a803b6ab
commit
d64d16bdf2
|
@ -451,9 +451,9 @@ export class Popup {
|
|||
else popup.setAutoFocus();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
this.resolver(this.value);
|
||||
this.resolver(this.value);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue