@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.mjs CHANGED
@@ -551,6 +551,7 @@ function useRender(plots, current, getCurrentTime) {
551
551
  };
552
552
  watch(current, (plot, previous) => {
553
553
  previous && update(previous);
554
+ plot && !plot.defining && update(plot);
554
555
  });
555
556
  useCesiumEventListener(() => plots.value.map((item) => item.definitionChanged), (plot, key) => {
556
557
  if ([