mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fix: Don't lose focus on send.
Sidebar: Show home button on mobile.
This commit is contained in:
@@ -501,7 +501,9 @@ export default function MessageBox({ channel }: Props) {
|
||||
{/*<IconButton onClick={emojiPicker}>
|
||||
<HappyAlt size={20} />
|
||||
</IconButton>*/}
|
||||
<IconButton className="mobile" onClick={send}>
|
||||
<IconButton
|
||||
className="mobile" onClick={send}
|
||||
onMouseDown={e => e.preventDefault()}>
|
||||
<Send size={20} />
|
||||
</IconButton>
|
||||
</Action>
|
||||
|
||||
Reference in New Issue
Block a user