Этот коммит содержится в:
Christopher Speller
2017-01-04 14:56:01 -05:00
коммит произвёл Harrison Healey
родитель e0a005eed8
Коммит 638cc761d0

Просмотреть файл

@@ -184,11 +184,6 @@ export default class ChannelHeader extends React.Component {
e.preventDefault(); e.preventDefault();
this.searchMentions(e); this.searchMentions(e);
} }
//@TODO create shortcut for toggling flagged posts
// else if (e.keyCode == Constants.KeyCodes.<keycode>) {
// this.toggleFlagged();
// }
} }
} }