mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 20:03:09 +02:00
fix(client): call checkMissingMention immediately
This commit is contained in:
parent
b427bf70a8
commit
0879ab50b8
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ const hashtags = $computed(defaultStore.makeGetterSetter('postFormHashtags'));
|
|||
|
||||
watch($$(text), () => {
|
||||
checkMissingMention();
|
||||
});
|
||||
}, { immediate: true });
|
||||
|
||||
watch($$(visibleUsers), () => {
|
||||
checkMissingMention();
|
||||
|
|
Loading…
Reference in a new issue