mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-03 01:09:01 +09:00
fix(frontend): 返信に投稿フォームのautofocusを無効にする
This commit is contained in:
parent
c1f9510323
commit
e8a56736b7
@ -148,7 +148,7 @@ const props = withDefaults(defineProps<{
|
||||
freezeAfterPosted?: boolean;
|
||||
}>(), {
|
||||
initialVisibleUsers: () => [],
|
||||
autofocus: true,
|
||||
autofocus: false,
|
||||
});
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
Loading…
Reference in New Issue
Block a user