Merge branch 'develop' of github.com:thecodingmachine/workadventure into iframe-api-refactor

# Conflicts:
#	front/src/iframe_api.ts
This commit is contained in:
David Négrier 2021-06-17 11:23:56 +02:00
commit f6554a1082
134 changed files with 3012 additions and 2255 deletions

View file

@ -63,4 +63,4 @@ window.addEventListener('message', <T extends keyof IframeResponseEventMap>(mess
}
// ...
});
});