mirror of
https://github.com/flarum/core.git
synced 2025-10-14 00:15:51 +02:00
Minimise composer when exiting a page, rather than entering it
This commit is contained in:
@@ -47,7 +47,6 @@ export default class DiscussionPage extends Component {
|
||||
|
||||
app.history.push('discussion');
|
||||
app.current = this;
|
||||
app.composer.minimize();
|
||||
}
|
||||
|
||||
params() {
|
||||
@@ -125,6 +124,7 @@ export default class DiscussionPage extends Component {
|
||||
}
|
||||
|
||||
app.pane.disable();
|
||||
app.composer.minimize();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user