Add fullscreen button back

This commit is contained in:
Leon Grünewald 2024-09-07 16:05:22 +02:00
parent 8248b1c274
commit 9715f0fab5

View file

@ -27,6 +27,13 @@
{label}</button
>
{/each}
<button
onclick={() => {
if (containerElement) {
containerElement.requestFullscreen();
}
}}>Fullscreen</button
>
{/if}
</header>