fix(client): call checkMissingMention immediately
This commit is contained in:
parent
b427bf70a8
commit
0879ab50b8
|
@ -228,7 +228,7 @@ const hashtags = $computed(defaultStore.makeGetterSetter('postFormHashtags'));
|
||||||
|
|
||||||
watch($$(text), () => {
|
watch($$(text), () => {
|
||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
});
|
}, { immediate: true });
|
||||||
|
|
||||||
watch($$(visibleUsers), () => {
|
watch($$(visibleUsers), () => {
|
||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
|
|
Loading…
Reference in New Issue