mirror of
https://github.com/flarum/core.git
synced 2025-10-11 15:04:25 +02:00
@@ -13,7 +13,12 @@ export default class DiscussionRenamedPost extends EventPost {
|
||||
init() {
|
||||
super.init();
|
||||
|
||||
this.expanded = true;
|
||||
this.expanded = false;
|
||||
|
||||
// Rerender the post content when we toggle the details.
|
||||
this.subtree.check(
|
||||
() => this.expanded
|
||||
);
|
||||
}
|
||||
|
||||
icon() {
|
||||
|
Reference in New Issue
Block a user