1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Bring hide stickers icon to front when menu open.

This commit is contained in:
Richard Lewis
2018-01-17 15:41:15 +00:00
parent 5a4271268b
commit fa336b7a99

View File

@@ -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")}>