1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 23:44:36 +02:00

Merge branch 'develop' into img-max

This commit is contained in:
tamaina
2023-04-04 01:45:14 +00:00

View File

@@ -12,7 +12,7 @@ import { onMounted } from 'vue';
import { i18n } from '@/i18n';
const props = withDefaults(defineProps<{
maxHeight: number;
maxHeight?: number;
}>(), {
maxHeight: 200,
});