Update ModalManager.js

This commit is contained in:
Hasan Özbey 2020-03-22 18:10:23 +03:00 committed by Daniël Klabbers
parent a4910f3d94
commit 6bbd603a41

View File

@ -54,7 +54,6 @@ export default class ModalManager extends Component {
m.redraw(true);
this.$().modal({backdrop: this.component.isDismissible() ? true : 'static'}).modal('show');
this.onready();
}
/**