Skip to content

Commit 395e580

Browse files
authored
Merge pull request #1357 from ccnmtl/fix-showPanel
Fix showpanel from url
2 parents c9a5a55 + 3fe0eaf commit 395e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/src/Panel.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
chatBuffer,
7171
lockPoll,
7272
objectResponses,
73-
showPanel = true,
73+
showPanel = $bindable(true),
7474
} = $props();
7575
7676
let selectedPoint = $state();

0 commit comments

Comments
 (0)