fix emotemenu on open jitsi rooms
This commit is contained in:
@@ -14,5 +14,6 @@ function createEmoteMenuStore() {
|
||||
};
|
||||
}
|
||||
|
||||
export const emoteMenuVisiblilityStore = writable(false);
|
||||
export const emoteStore = writable<string | null>(null);
|
||||
export const emoteMenuStore = createEmoteMenuStore();
|
||||
|
||||
Reference in New Issue
Block a user