fixup: this is already done in _buildModal
This commit is contained in:
parent
70a4d3415e
commit
4cd4110a52
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ class ModalManager {
|
||||||
*/
|
*/
|
||||||
createDialogAsync(prom, props, className, isPriorityModal, isStaticModal, options = {}) {
|
createDialogAsync(prom, props, className, isPriorityModal, isStaticModal, options = {}) {
|
||||||
const {modal, closeDialog, onFinishedProm} = this._buildModal(prom, props, className, options);
|
const {modal, closeDialog, onFinishedProm} = this._buildModal(prom, props, className, options);
|
||||||
modal.close = closeDialog;
|
|
||||||
if (isPriorityModal) {
|
if (isPriorityModal) {
|
||||||
// XXX: This is destructive
|
// XXX: This is destructive
|
||||||
this._priorityModal = modal;
|
this._priorityModal = modal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue