iterate PR

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-06-02 13:48:08 +01:00
parent f40cfe4a3b
commit 3020e395c1
2 changed files with 1 additions and 2 deletions

View File

@ -120,7 +120,7 @@ const EmojiButton = ({addEmoji}) => {
<ContextMenuButton className="mx_MessageComposer_button mx_MessageComposer_emoji"
onClick={openMenu}
isExpanded={menuDisplayed}
label={_t('Upload file')}
label={_t('Emoji picker')}
inputRef={button}
>

View File

@ -35,7 +35,6 @@ const STICKERPICKER_Z_INDEX = 3500;
// Key to store the widget's AppTile under in PersistedElement
const PERSISTED_ELEMENT_KEY = "stickerPicker";
// TODO figure out where to expose it now that the EmojiPicker has taken its place
export default class Stickerpicker extends React.Component {
static currentWidget;