fix: 🩹 ask for reload upon changing skin tone
This commit is contained in:
parent
2425382d63
commit
e5315db92c
|
@ -238,6 +238,10 @@ watch(enableEmojiReactions, async () => {
|
|||
await reloadAsk();
|
||||
});
|
||||
|
||||
watch(reactionPickerSkinTone, async () => {
|
||||
await reloadAsk();
|
||||
})
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => []);
|
||||
|
|
Loading…
Reference in New Issue