parent
30b377cc15
commit
23e1f143de
|
@ -276,7 +276,7 @@ export default class Status extends ImmutablePureComponent {
|
||||||
|
|
||||||
handleHotkeyMention = e => {
|
handleHotkeyMention = e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.handleMentionClick(this.props.status);
|
this.handleMentionClick(this.props.status.get('account'));
|
||||||
}
|
}
|
||||||
|
|
||||||
handleHotkeyOpenProfile = () => {
|
handleHotkeyOpenProfile = () => {
|
||||||
|
|
Loading…
Reference in New Issue