diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-22 12:24:52 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-22 12:24:52 +0900 |
| commit | 74c857e23d1ff2350f90e1a6a6278920d74173bf (patch) | |
| tree | e658f17b893ddf272429c4fe870a3e92228f692f /packages/frontend/src/components/MkPostForm.vue | |
| parent | Bump version to 2025.5.1-alpha.4 (diff) | |
| download | misskey-74c857e23d1ff2350f90e1a6a6278920d74173bf.tar.gz misskey-74c857e23d1ff2350f90e1a6a6278920d74173bf.tar.bz2 misskey-74c857e23d1ff2350f90e1a6a6278920d74173bf.zip | |
refactor(frontend): src -> anchorElement
Diffstat (limited to 'packages/frontend/src/components/MkPostForm.vue')
| -rw-r--r-- | packages/frontend/src/components/MkPostForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index d07ee2a978..982ed88003 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -470,7 +470,7 @@ function setVisibility() { currentVisibility: visibility.value, isSilenced: $i.isSilenced, localOnly: localOnly.value, - src: visibilityButton.value, + anchorElement: visibilityButton.value, ...(props.reply ? { isReplyVisibilitySpecified: props.reply.visibility === 'specified' } : {}), }, { changeVisibility: v => { |