mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02: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…
x
Reference in New Issue
Block a user