fix: add type=button to emoji picker

This commit is contained in:
Shusui MOYATANI
2024-01-07 23:14:07 +09:00
parent d8f9214a83
commit e7d417a946

View File

@@ -414,6 +414,7 @@ const NotePostForm: Component<NotePostFormProps> = (props) => {
'w-7': mode() === 'reply',
'p-[6px]': mode() === 'reply',
}}
type="button"
onClick={() => emojiPickerPopup.open()}
>
<FaceSmile />