Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2021-11-17 09:28:11 +01:00
14 changed files with 90 additions and 98 deletions
+1
View File
@@ -91,6 +91,7 @@ export function checkSubMenuToShow() {
}
subMenusStore.removeMenu(SubMenusInterface.aboutRoom);
subMenusStore.removeMenu(SubMenusInterface.invite);
}
export const customMenuIframe = new Map<string, { url: string; allowApi: boolean }>();