Minor tweaks to default values

This commit is contained in:
Ryan Gossiaux
2021-12-14 12:04:23 -08:00
parent 543a6dba3d
commit 9d7f56cdcd
3 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@
}
setContext(NESTING_CONTEXT_NAME, nesting);
let openClosedState: Writable<State> | undefined = writable();
let openClosedState: Writable<State> | undefined = writable(State.Closed);
setContext("OpenClosed", openClosedState);
$: openClosedState.set(