1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

Update cropper-dialog.vue

This commit is contained in:
syuilo 2022-06-11 18:48:59 +09:00
parent 7894804eed
commit ca9753f2e7

View File

@ -49,7 +49,7 @@ const props = defineProps<{
}>();
const imgUrl = `${url}/proxy/image.webp?${query({
url,
url: props.file.url,
})}`;
let dialogEl = $ref<InstanceType<typeof XModalWindow>>();
let imgEl = $ref<HTMLImageElement>();