mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +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), () => {
|
||||
checkMissingMention();
|
||||
});
|
||||
}, { immediate: true });
|
||||
|
||||
watch($$(visibleUsers), () => {
|
||||
checkMissingMention();
|
||||
|
Loading…
Reference in New Issue
Block a user