mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +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:
parent
8a5dc7edd7
commit
bbd343f414
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const TagPanel = createReactClass({
|
|||
);
|
||||
}
|
||||
|
||||
return <div className={classes}>
|
||||
return <div className={classes} onClick={this.onClearFilterClick}>
|
||||
<div className="mx_TagPanel_clearButton_container">
|
||||
{ clearButton }
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue