Skip to content

Commit

Permalink
feat(debug): not shown debug ui when the sidebar is collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Nov 2, 2023
1 parent e46010a commit e216074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/debug/FakeMessageGenerator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
</script>

{#if $stateStore.debug}
{#if $stateStore.debug && $stateStore.isSidebarCollapsed}
<div id="fmsg">
<div id="fake-msg-input">
<h3>Is this a bot?</h3>
Expand Down

0 comments on commit e216074

Please sign in to comment.