From fdf326c9f0651c9766d55bc5aeddd60d5e0372d1 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Tue, 16 May 2017 17:13:39 +0100
Subject: [PATCH] Revert "Cancel quick-search on Escape, clearing it and
 returning focus to composer."

This reverts commit 52a119244b2ff221c32c082166e77f9913833573.
---
 src/components/structures/SearchBox.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/components/structures/SearchBox.js b/src/components/structures/SearchBox.js
index d0868b69..d79617c0 100644
--- a/src/components/structures/SearchBox.js
+++ b/src/components/structures/SearchBox.js
@@ -100,10 +100,6 @@ 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) {