mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +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',
|
||||
'p-[6px]': mode() === 'reply',
|
||||
}}
|
||||
type="button"
|
||||
onClick={() => emojiPickerPopup.open()}
|
||||
>
|
||||
<FaceSmile />
|
||||
|
||||
Reference in New Issue
Block a user