mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:23:09 +02:00
enhance(frontend): improve MkPostForm behaviour
This commit is contained in:
parent
d2aba9b693
commit
9ad250bbb8
1 changed files with 4 additions and 0 deletions
|
@ -247,6 +247,10 @@ watch($$(text), () => {
|
||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
}, { immediate: true });
|
}, { immediate: true });
|
||||||
|
|
||||||
|
watch($$(visibility), () => {
|
||||||
|
checkMissingMention();
|
||||||
|
}, { immediate: true });
|
||||||
|
|
||||||
watch($$(visibleUsers), () => {
|
watch($$(visibleUsers), () => {
|
||||||
checkMissingMention();
|
checkMissingMention();
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue