summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2023-11-04 20:21:42 +0900
committerGitHub <noreply@github.com>2023-11-04 20:21:42 +0900
commit94a20205eb28decaf58205a7d92d9bdde4ca3f42 (patch)
tree321ee174b7867e631718e8f7d9fd5879ab536e72 /packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
parentenhance of 5e9f6a90df (diff)
downloadsharkey-94a20205eb28decaf58205a7d92d9bdde4ca3f42.tar.gz
sharkey-94a20205eb28decaf58205a7d92d9bdde4ca3f42.tar.bz2
sharkey-94a20205eb28decaf58205a7d92d9bdde4ca3f42.zip
(fix) チュートリアル中にPostFormにフォーカスが当たらないようにする (#12242)
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Sensitive.vue')
-rw-r--r--packages/frontend/src/components/MkTutorialDialog.Sensitive.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
index 768d00bb07..896db5eb3a 100644
--- a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
+++ b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
@@ -11,6 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPostForm
:class="$style.exampleRoot"
:mock="true"
+ :autofocus="false"
:initialNote="exampleNote"
@fileChangeSensitive="doSucceeded"
></MkPostForm>