fix(frontend): 返信に投稿フォームのautofocusを無効にする

This commit is contained in:
NoriDev 2023-09-22 23:33:03 +09:00
parent c1f9510323
commit e8a56736b7

View file

@ -148,7 +148,7 @@ const props = withDefaults(defineProps<{
freezeAfterPosted?: boolean;
}>(), {
initialVisibleUsers: () => [],
autofocus: true,
autofocus: false,
});
const emit = defineEmits<{