mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Revert "Fix opening modals from other modals. (#2263)"
This reverts commit 5b157f0adb
.
This commit is contained in:
@@ -27,6 +27,10 @@ export default class Modal extends Component {
|
||||
this.attrs.onshow(() => this.onready());
|
||||
}
|
||||
|
||||
onremove() {
|
||||
this.attrs.onhide();
|
||||
}
|
||||
|
||||
view() {
|
||||
if (this.alertAttrs) {
|
||||
this.alertAttrs.dismissible = false;
|
||||
|
Reference in New Issue
Block a user