Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
6954a6300c
|
@ -12,7 +12,7 @@ import { onMounted } from 'vue';
|
|||
import { i18n } from '@/i18n';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
maxHeight: number;
|
||||
maxHeight?: number;
|
||||
}>(), {
|
||||
maxHeight: 200,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue