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), () => {
|
||||
checkMissingMention();
|
||||
});
|
||||
}, { immediate: true });
|
||||
|
||||
watch($$(visibleUsers), () => {
|
||||
checkMissingMention();
|
||||
|
|
Loading…
Reference in New Issue