mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08: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
@ -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 New Issue
Block a user