mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-04 19:27:34 +01:00
Fix submitting form when clicking emoji picker
This commit is contained in:
parent
446550633d
commit
a884522675
@ -257,7 +257,11 @@ export default function Compose(props: Props) {
|
||||
/>
|
||||
<Popover open={popoverEmoji} handler={setPopoverEmoji}>
|
||||
<PopoverHandler>
|
||||
<button className="absolute top-1 right-1 text-gray-600 cursor-pointer" title={formatMessage({ id: 'compose.emoji' })}>
|
||||
<button
|
||||
className="absolute top-1 right-1 text-gray-600 cursor-pointer"
|
||||
type="button"
|
||||
title={formatMessage({ id: 'compose.emoji' })}
|
||||
>
|
||||
<FaFaceLaughBeam />
|
||||
</button>
|
||||
</PopoverHandler>
|
||||
|
Loading…
x
Reference in New Issue
Block a user