destroy actionsMenu on RemotePlayer destroy()
This commit is contained in:
parent
88f3032298
commit
58227a39f8
4 changed files with 45 additions and 13 deletions
|
@ -6,6 +6,8 @@ export const requestVisitCardsStore = writable<string | null>(null);
|
|||
|
||||
export const requestActionsMenuStore = writable(false);
|
||||
|
||||
export const actionsMenuPlayerNameStore = writable<string | null>(null);
|
||||
|
||||
export const userIsAdminStore = writable(false);
|
||||
|
||||
export const limitMapStore = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue