From ee91b766bee7807ef42fcea76fb82607c89c42e7 Mon Sep 17 00:00:00 2001 From: nickago Date: Tue, 4 Aug 2015 12:02:35 -0700 Subject: Added closing on ESC key press --- web/react/components/delete_channel_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/delete_channel_modal.jsx') diff --git a/web/react/components/delete_channel_modal.jsx b/web/react/components/delete_channel_modal.jsx index 64ceec450..589737271 100644 --- a/web/react/components/delete_channel_modal.jsx +++ b/web/react/components/delete_channel_modal.jsx @@ -34,7 +34,7 @@ module.exports = React.createClass({ var channelType = ChannelStore.getCurrent() && ChannelStore.getCurrent().type === 'P' ? "private group" : "channel" return ( -