enhance(frontend): improve MkPostForm behaviour

This commit is contained in:
syuilo 2023-04-16 07:59:23 +09:00
parent d2aba9b693
commit 9ad250bbb8
1 changed files with 4 additions and 0 deletions

View File

@ -247,6 +247,10 @@ watch($$(text), () => {
checkMissingMention();
}, { immediate: true });
watch($$(visibility), () => {
checkMissingMention();
}, { immediate: true });
watch($$(visibleUsers), () => {
checkMissingMention();
}, {