1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-24 07:06:26 +09:00

fix(client): call checkMissingMention immediately

This commit is contained in:
syuilo 2023-02-12 14:00:15 +09:00
parent b427bf70a8
commit 0879ab50b8

View File

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