mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 11:14:32 +02:00
Fix lint issues in emoji picker components (#8620)
* fix(client): fix lint issues in emoji picker components * fix(client): switch argument naming for emoji picker section event
This commit is contained in:
@@ -24,7 +24,7 @@ const props = defineProps<{
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'chosen', v: string, ev: MouseEvent): void;
|
||||
(ev: 'chosen', v: string, event: MouseEvent): void;
|
||||
}>();
|
||||
|
||||
const shown = ref(!!props.initialShown);
|
||||
|
||||
Reference in New Issue
Block a user