fix emotemenu on open jitsi rooms

This commit is contained in:
Lurkars 2021-09-13 19:16:47 +02:00
parent 59c22c8dfc
commit beed50874b
3 changed files with 7 additions and 1 deletions

View file

@ -14,5 +14,6 @@ function createEmoteMenuStore() {
};
}
export const emoteMenuVisiblilityStore = writable(false);
export const emoteStore = writable<string | null>(null);
export const emoteMenuStore = createEmoteMenuStore();