forked from mirrors/misskey
refactor(frontend): src -> anchorElement
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user