Skip to content

Commit 02c3771

Browse files
committed
Do not automatically show sketches
1 parent 3e68cc9 commit 02c3771

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib/browse/schemes/SchemesLayer.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
lcwipSchemes,
7070
finalInspectionsSchemes,
7171
);
72-
$atfShow = true;
73-
$lcwipShow = true;
74-
$finalInspectionsShow = true;
7572
errorMessage = "";
7673
} catch (err) {
7774
errorMessage = `The file you loaded is broken: ${err}`;

0 commit comments

Comments
 (0)