Update ModalManager.js

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

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();
}
/**