Bring hide stickers icon to front when menu open.
This commit is contained in:
@@ -182,7 +182,7 @@ export default class Stickerpack extends React.Component {
|
|||||||
<div
|
<div
|
||||||
id='stickersButton'
|
id='stickersButton'
|
||||||
key="controls_hide_stickers"
|
key="controls_hide_stickers"
|
||||||
className="mx_MessageComposer_stickers"
|
className="mx_MessageComposer_stickers mx_MessageComposer_hideStickers"
|
||||||
onClick={this.onHideStickersClick}
|
onClick={this.onHideStickersClick}
|
||||||
ref='target'
|
ref='target'
|
||||||
title={_t("Hide Stickers")}>
|
title={_t("Hide Stickers")}>
|
||||||
|
|||||||
Reference in New Issue
Block a user