Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix clicking the background of the tag panel not clearing the filter
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 27, 2020
1 parent 8a5dc7e commit bbd343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/TagPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bbd343f

Please sign in to comment.