mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
This reverts commit6377da8291
. This was already fixed ina95c17bce3
This commit is contained in:
parent
0d5301c9ce
commit
316933fa58
1 changed files with 0 additions and 7 deletions
|
@ -90,12 +90,6 @@ export default class SearchBar extends React.Component {
|
|||
}, 150);
|
||||
}
|
||||
|
||||
_onKeyDown = (event) => {
|
||||
if (event.keyCode === 27) {
|
||||
this._onClearAndBlur();
|
||||
}
|
||||
}
|
||||
|
||||
_doSearch = () => {
|
||||
SearchActions.querySubmitted(this.state.query);
|
||||
}
|
||||
|
@ -148,7 +142,6 @@ export default class SearchBar extends React.Component {
|
|||
onChange={this._onValueChange}
|
||||
onFocus={this._onFocus}
|
||||
onBlur={this._onBlur}
|
||||
onKeyDown={this._onKeyDown}
|
||||
/>,
|
||||
loupeImg,
|
||||
<RetinaImg
|
||||
|
|
Loading…
Reference in a new issue