summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_header.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-01-04 14:56:01 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-04 14:56:01 -0500
commit638cc761d093c2d3c0e66447d7fca4e4a66b4d42 (patch)
tree57db75fcd505440a1e6e9cb1e4dd4904c9175822 /webapp/components/channel_header.jsx
parente0a005eed84ec788babdc0ffe7a3d99a466f7923 (diff)
downloadchat-638cc761d093c2d3c0e66447d7fca4e4a66b4d42.tar.gz
chat-638cc761d093c2d3c0e66447d7fca4e4a66b4d42.tar.bz2
chat-638cc761d093c2d3c0e66447d7fca4e4a66b4d42.zip
Remove TODO (#4965)
Diffstat (limited to 'webapp/components/channel_header.jsx')
-rw-r--r--webapp/components/channel_header.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/webapp/components/channel_header.jsx b/webapp/components/channel_header.jsx
index 555b539cd..fc0ec132e 100644
--- a/webapp/components/channel_header.jsx
+++ b/webapp/components/channel_header.jsx
@@ -184,11 +184,6 @@ export default class ChannelHeader extends React.Component {
e.preventDefault();
this.searchMentions(e);
}
-
- //@TODO create shortcut for toggling flagged posts
- // else if (e.keyCode == Constants.KeyCodes.<keycode>) {
- // this.toggleFlagged();
- // }
}
}