Stabilise types
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
830aebd258
commit
f8ece0b57c
14 changed files with 77 additions and 87 deletions
|
@ -435,7 +435,7 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
|
|||
<RovingAccessibleButton
|
||||
className="mx_MessageActionBar_iconButton"
|
||||
title={isPinned ? _t("action|unpin") : _t("action|pin")}
|
||||
onClick={(e) => this.onPinClick(e, isPinned)}
|
||||
onClick={(e: ButtonEvent) => this.onPinClick(e, isPinned)}
|
||||
onContextMenu={(e: ButtonEvent) => this.onPinClick(e, isPinned)}
|
||||
key="pin"
|
||||
placement="left"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue