enhance(frontend): improve MkPostForm behaviour
This commit is contained in:
@@ -247,6 +247,10 @@ watch($$(text), () => {
|
||||
checkMissingMention();
|
||||
}, { immediate: true });
|
||||
|
||||
watch($$(visibility), () => {
|
||||
checkMissingMention();
|
||||
}, { immediate: true });
|
||||
|
||||
watch($$(visibleUsers), () => {
|
||||
checkMissingMention();
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user