FIX: fixes for the emnote menu
This commit is contained in:
parent
7bb0175648
commit
02108ce977
6 changed files with 5 additions and 19 deletions
|
@ -14,6 +14,5 @@ function createEmoteMenuStore() {
|
|||
};
|
||||
}
|
||||
|
||||
export const emoteMenuVisiblilityStore = writable(false);
|
||||
export const emoteStore = writable<string | null>(null);
|
||||
export const emoteMenuStore = createEmoteMenuStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue