mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-04 17:58:10 +09:00
enhance(frontend): improve MkPostForm behaviour
This commit is contained in:
parent
d2aba9b693
commit
9ad250bbb8
@ -247,6 +247,10 @@ watch($$(text), () => {
|
|||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
}, { immediate: true });
|
}, { immediate: true });
|
||||||
|
|
||||||
|
watch($$(visibility), () => {
|
||||||
|
checkMissingMention();
|
||||||
|
}, { immediate: true });
|
||||||
|
|
||||||
watch($$(visibleUsers), () => {
|
watch($$(visibleUsers), () => {
|
||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user