diff src/ConfiguredSources.ts @ 146:9347277e8311

try a bit harder to notice <sg-source> children after <streamed-graph> startup
author drewp@bigasterisk.com
date Mon, 08 May 2023 13:52:50 -0700
parents 5a1a79f54779
children
line wrap: on
line diff
--- a/src/ConfiguredSources.ts	Mon May 08 13:31:46 2023 -0700
+++ b/src/ConfiguredSources.ts	Mon May 08 13:52:50 2023 -0700
@@ -46,7 +46,6 @@
 
   newSourceGraph(s: SourceGraph) {
     this.graph.newStore(s);
-    this.viewConfigMaybeChanged();
   }
   
   lostSourceGraph(s: SourceGraph) {