mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-26 03:20:54 +09:00
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
Block a user