Fix issue where dialog does not show when clicking comment
This commit is contained in:
parent
273925da8a
commit
4098f32759
@ -290,7 +290,7 @@ class Status extends ImmutablePureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleOnReply = (status) => {
|
handleOnReply = (status) => {
|
||||||
this.props.onReply(status || this._properStatus(), this.context.router)
|
this.props.onReply(status || this._properStatus(), this.context.router, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
handleHotkeyFavorite = () => {
|
handleHotkeyFavorite = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user