We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1091a4e commit cb6d050Copy full SHA for cb6d050
client/modules/IDE/components/Searchbar/Searchbar.jsx
@@ -23,12 +23,6 @@ class Searchbar extends React.Component {
23
});
24
}
25
26
- // handleSearchEnter = (e) => {
27
- // if (e.key === 'Enter') {
28
- // this.searchChange();
29
- // }
30
31
-
32
searchChange = () => {
33
this.props.setSearchTerm(this.state.searchValue.trim());
34
};
@@ -52,7 +46,6 @@ class Searchbar extends React.Component {
52
46
value={searchValue}
53
47
placeholder={this.props.searchLabel}
54
48
onChange={this.handleSearchChange}
55
- // onKeyUp={this.handleSearchEnter}
56
49
/>
57
50
<button
58
51
className="searchbar__clear-button"
0 commit comments