mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Fix ellipses button on comment post
The subtree retainer should take revealContent into account, so that when revealContent is toggled, it redraws the post
This commit is contained in:
committed by
Franz Liedke
parent
038744f092
commit
6ed3cb56d4
@@ -40,7 +40,8 @@ export default class CommentPost extends Post {
|
|||||||
|
|
||||||
this.subtree.check(
|
this.subtree.check(
|
||||||
() => this.cardVisible,
|
() => this.cardVisible,
|
||||||
() => this.isEditing()
|
() => this.isEditing(),
|
||||||
|
() => this.revealContent
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user