mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 18:14:01 +02:00
refactor(client): align filename to component name
This commit is contained in:
@@ -88,7 +88,7 @@ function remove(reaction, ev: MouseEvent) {
|
||||
}
|
||||
|
||||
function preview(ev: MouseEvent) {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/emoji-picker-dialog.vue')), {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkEmojiPickerDialog.vue')), {
|
||||
asReactionPicker: true,
|
||||
src: ev.currentTarget ?? ev.target,
|
||||
}, {}, 'closed');
|
||||
|
||||
Reference in New Issue
Block a user