diff --git a/src/components/windows/Chat.jsx b/src/components/windows/Chat.jsx index 1a9a2de..f0dfb29 100644 --- a/src/components/windows/Chat.jsx +++ b/src/components/windows/Chat.jsx @@ -123,30 +123,6 @@ const Chat = ({ ref={targetRef} className="chat-container" > -
- { - const { - clientX, - clientY, - } = event; - dispatch(showContextMenu( - 'CHANNEL', - clientX, - clientY, - { cid: chatChannel }, - )); - }} - role="button" - title={t`Channel settings`} - tabIndex={-1} - >⚙ -