diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-04 14:32:28 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-04 14:32:28 +0100 |
| commit | 647e76ab36ee99d5c3e6da95cd4a941d6cbc8114 (patch) | |
| tree | 01039aa66e053c1da9cf9d04a9474b1b7756daf3 /packages/frontend/src/components/MkTutorialDialog.Sensitive.vue | |
| parent | upd: change misskey to sharkey, msky to shonk (diff) | |
| parent | New Crowdin updates (#12241) (diff) | |
| download | sharkey-647e76ab36ee99d5c3e6da95cd4a941d6cbc8114.tar.gz sharkey-647e76ab36ee99d5c3e6da95cd4a941d6cbc8114.tar.bz2 sharkey-647e76ab36ee99d5c3e6da95cd4a941d6cbc8114.zip | |
merge: upstream
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Sensitive.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Sensitive.vue | 1 |
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 c913b16bf2..bf30c10e5e 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> |