mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-20 15:34:20 +01:00
fix: add type=button to emoji picker
This commit is contained in:
@@ -414,6 +414,7 @@ const NotePostForm: Component<NotePostFormProps> = (props) => {
|
|||||||
'w-7': mode() === 'reply',
|
'w-7': mode() === 'reply',
|
||||||
'p-[6px]': mode() === 'reply',
|
'p-[6px]': mode() === 'reply',
|
||||||
}}
|
}}
|
||||||
|
type="button"
|
||||||
onClick={() => emojiPickerPopup.open()}
|
onClick={() => emojiPickerPopup.open()}
|
||||||
>
|
>
|
||||||
<FaceSmile />
|
<FaceSmile />
|
||||||
|
|||||||
Reference in New Issue
Block a user