You've already forked matrix-react-sdk
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:
@@ -182,7 +182,7 @@ export default class Stickerpack extends React.Component {
|
||||
<div
|
||||
id='stickersButton'
|
||||
key="controls_hide_stickers"
|
||||
className="mx_MessageComposer_stickers"
|
||||
className="mx_MessageComposer_stickers mx_MessageComposer_hideStickers"
|
||||
onClick={this.onHideStickersClick}
|
||||
ref='target'
|
||||
title={_t("Hide Stickers")}>
|
||||
|
||||
Reference in New Issue
Block a user