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

This commit is contained in:
_Bastler
2021-11-16 10:56:33 +01:00
49 changed files with 755 additions and 489 deletions
@@ -39,7 +39,7 @@
})
function onKeyDown(e: KeyboardEvent) {
function onKeyDown(e:KeyboardEvent) {
if (e.key === 'Escape') {
emoteMenuStore.closeEmoteMenu();
}
@@ -55,7 +55,7 @@
</script>
<svelte:window on:keydown={onKeyDown} />
<svelte:window on:keydown={onKeyDown}/>
<div class="emote-menu-container">
<div class="emote-menu" bind:this={emojiContainer}></div>
@@ -73,4 +73,4 @@
.emote-menu {
pointer-events: all;
}
</style>
</style>