Skip to content
Snippets Groups Projects
Commit 17c35b26 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Collapse Debug tools by default

parent ff43e2ac
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,9 @@
</script>
<div>
<h3>Dialog-Debugger</h3>
<details>
<summary>Show debug tools</summary>
<h3>Dialog-Debugger</h3>
Jump to dialog:
<!-- svelte-ignore a11y-no-onchange -->
<select
......@@ -96,6 +98,7 @@
<button style="width: 13rem;" on:click={() => gameFactsStore.set([])}
>Reset facts</button
>
</details>
</div>
<style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment