diff --git a/src/components/structures/RoomDirectory.js b/src/components/structures/RoomDirectory.js index d528145e..4ca18f23 100644 --- a/src/components/structures/RoomDirectory.js +++ b/src/components/structures/RoomDirectory.js @@ -151,9 +151,6 @@ module.exports = React.createClass({ if (ev.key == "Enter") { this.joinRoom(this.refs.roomAlias.value); } - if (ev.key == "Down") { - - } }, render: function() {