@vesium/plot 1.0.1-beta.37 → 1.0.1-beta.38

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.
@@ -179,8 +179,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
179
179
  );
180
180
  }
181
181
  }
182
- }, {
183
- flush: "post"
184
182
  });
185
183
  return pick;
186
184
  }
@@ -347,6 +345,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
347
345
  });
348
346
  vue.watch([position, pick], ([position2, pick2]) => {
349
347
  pick2 && position2 && listener({ event: { position: position2 }, pick: pick2 });
348
+ }, {
349
+ flush: "post"
350
350
  });
351
351
  }
352
352
  const GLOBAL_GRAPHIC_SYMBOL = Symbol("GLOBAL_GRAPHIC_SYMBOL");