Minor tweaks to default values
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user