Revert "Revert "Cancel quick-search on Escape, clearing it and returning focus to composer.""
This reverts commit fdf326c9f0.
This commit is contained in:
@@ -100,6 +100,10 @@ module.exports = React.createClass({
|
||||
}
|
||||
|
||||
switch (ev.keyCode) {
|
||||
case KeyCode.ESCAPE:
|
||||
this._clearSearch();
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
break;
|
||||
case KeyCode.KEY_K:
|
||||
if (ctrlCmdOnly) {
|
||||
if (this.refs.search) {
|
||||
|
||||
Reference in New Issue
Block a user