Skip to content

Commit 6ac7628

Browse files
Do not automatically show sketches (#623)
Co-authored-by: Peter York <[email protected]>
1 parent 3e68cc9 commit 6ac7628

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)