mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Revert "Cancel quick-search on Escape, clearing it and returning focus to composer."
This reverts commit 52a119244b
.
This commit is contained in:
parent
9399b7ddf0
commit
fdf326c9f0
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue