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