From e216074ff32ddfd28642df2c6d878c2ab0c12ed4 Mon Sep 17 00:00:00 2001 From: PleahMaCaka Date: Thu, 2 Nov 2023 14:42:52 +0900 Subject: [PATCH] feat(debug): not shown debug ui when the sidebar is collapsed --- src/lib/components/debug/FakeMessageGenerator.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/debug/FakeMessageGenerator.svelte b/src/lib/components/debug/FakeMessageGenerator.svelte index 48585a1..448d0e0 100644 --- a/src/lib/components/debug/FakeMessageGenerator.svelte +++ b/src/lib/components/debug/FakeMessageGenerator.svelte @@ -19,7 +19,7 @@ } -{#if $stateStore.debug} +{#if $stateStore.debug && $stateStore.isSidebarCollapsed}

Is this a bot?