Fix issue where dialog does not show when clicking comment

This commit is contained in:
mgabdev 2020-05-15 01:39:35 -04:00
parent 273925da8a
commit 4098f32759

View File

@ -290,7 +290,7 @@ class Status extends ImmutablePureComponent {
}
handleOnReply = (status) => {
this.props.onReply(status || this._properStatus(), this.context.router)
this.props.onReply(status || this._properStatus(), this.context.router, true)
}
handleHotkeyFavorite = () => {