dialog: don't default to scrollable demo to open

This commit is contained in:
Elijah Duffy
2025-12-11 11:43:16 -08:00
parent f260038aac
commit 7fd2bbb879

View File

@@ -53,7 +53,7 @@
let dateInputValue = $state<CalendarDate | undefined>(undefined);
let checkboxValue = $state<CheckboxState>('indeterminate');
let dialogOpen = $state(false);
let scrollableDialogOpen = $state(true);
let scrollableDialogOpen = $state(false);
let toggleOptions: Option[] = $state([
'item one',
'item two',