diff src/render/StreamedGraph.ts @ 110:3cdbbd913f1d

table displays now just barely
author drewp@bigasterisk.com
date Fri, 18 Mar 2022 23:41:24 -0700
parents cbcd82d21356
children
line wrap: on
line diff
--- a/src/render/StreamedGraph.ts	Fri Mar 18 12:00:33 2022 -0700
+++ b/src/render/StreamedGraph.ts	Fri Mar 18 23:41:24 2022 -0700
@@ -105,6 +105,9 @@
 
     if ((this.graph as VersionedGraph).store && this.graph.store) {
       const vc = new ViewConfig();
+      if (this.view) {
+        await vc.readFromUrl(this.view); // too often!
+      }
 
       await this._graphAreaShowGraph(
         new GraphView([this.url], this.graph.store, vc)