fix: 🩹 ask for reload upon changing skin tone

This commit is contained in:
ThatOneCalculator 2023-06-24 19:23:14 -07:00
parent 316f7c9fa3
commit 3b71d7929a

View File

@ -238,6 +238,10 @@ watch(enableEmojiReactions, async () => {
await reloadAsk(); await reloadAsk();
}); });
watch(reactionPickerSkinTone, async () => {
await reloadAsk();
})
const headerActions = $computed(() => []); const headerActions = $computed(() => []);
const headerTabs = $computed(() => []); const headerTabs = $computed(() => []);