Stabilize event log toggle and omit dev mode events

This commit is contained in:
2026-09-04 19:13:06 -07:00
parent 376765dd0f
commit edcb3c08a2
6 changed files with 10 additions and 4 deletions
+1
View File
@@ -257,6 +257,7 @@
{#if state.game.phase !== 'scene'}
<button
class="log-reopen-btn"
aria-expanded={phaseLogOpen}
title={phaseLogOpen ? 'Hide the event log' : 'Show the event log'}
on:click={() => (phaseLogOpen = !phaseLogOpen)}
>