You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Fix clicking the background of the tag panel not clearing the filter
Fixes https://github.com/vector-im/element-web/issues/12988
This commit is contained in:
@@ -164,7 +164,7 @@ const TagPanel = createReactClass({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className={classes}>
|
return <div className={classes} onClick={this.onClearFilterClick}>
|
||||||
<div className="mx_TagPanel_clearButton_container">
|
<div className="mx_TagPanel_clearButton_container">
|
||||||
{ clearButton }
|
{ clearButton }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user