Revert "Cancel quick-search on Escape, clearing it and returning focus to composer."

This reverts commit 52a119244b.
This commit is contained in:
David Baker 2017-05-16 17:13:39 +01:00
parent 9399b7ddf0
commit fdf326c9f0

View File

@ -100,10 +100,6 @@ module.exports = React.createClass({
} }
switch (ev.keyCode) { switch (ev.keyCode) {
case KeyCode.ESCAPE:
this._clearSearch();
dis.dispatch({action: 'focus_composer'});
break;
case KeyCode.KEY_K: case KeyCode.KEY_K:
if (ctrlCmdOnly) { if (ctrlCmdOnly) {
if (this.refs.search) { if (this.refs.search) {