summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPostForm.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-16 14:18:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-16 14:18:11 +0900
commit77e491f52c8ad1e2e8b2f956595d5fa98f38ad61 (patch)
tree4b30886f8284347791e090b28dd633135aba4ea4 /packages/frontend/src/components/MkPostForm.vue
parentUpdate vite.config.ts (diff)
downloadmisskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.tar.gz
misskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.tar.bz2
misskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.zip
refactor
Diffstat (limited to 'packages/frontend/src/components/MkPostForm.vue')
-rw-r--r--packages/frontend/src/components/MkPostForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index 24ac380d17..6822caf4f4 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -9,7 +9,7 @@
<header :class="$style.header">
<button v-if="!fixed" :class="$style.cancel" class="_button" @click="cancel"><i class="ti ti-x"></i></button>
<button v-click-anime v-tooltip="i18n.ts.switchAccount" :class="$style.account" class="_button" @click="openAccountMenu">
- <MkAvatar :user="postAccount ?? $i" :class="$style.avatar" :disable-link="true" />
+ <MkAvatar :user="postAccount ?? $i" :class="$style.avatar"/>
</button>
<div :class="$style.headerRight">
<span :class="[$style.textCount, { [$style.textOver]: textLength > maxTextLength }]">{{ maxTextLength - textLength }}</span>