fix(client): call checkMissingMention immediately

This commit is contained in:
syuilo 2023-02-12 14:00:15 +09:00
parent b427bf70a8
commit 0879ab50b8
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ const hashtags = $computed(defaultStore.makeGetterSetter('postFormHashtags'));
watch($$(text), () => {
checkMissingMention();
});
}, { immediate: true });
watch($$(visibleUsers), () => {
checkMissingMention();