@vesium/plot 1.0.1-beta.73 → 1.0.1-beta.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -580,6 +580,7 @@ function useRender(plots, current, getCurrentTime) {
580
580
  };
581
581
  (0, vue.watch)(current, (plot, previous) => {
582
582
  previous && update(previous);
583
+ plot && !plot.defining && update(plot);
583
584
  });
584
585
  (0, vesium.useCesiumEventListener)(() => plots.value.map((item) => item.definitionChanged), (plot, key) => {
585
586
  if ([