1
0
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:
Alexander Skvortsov
2020-09-25 12:45:46 -04:00
parent ed23d7d4e7
commit 7fc0963e3c
2 changed files with 4 additions and 6 deletions

View File

@@ -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;