@watergis/maplibre-gl-terradraw 0.6.5 → 0.6.6

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.
@@ -2987,7 +2987,7 @@ const Di = [
2987
2987
  // @ts-ignore
2988
2988
  validation: (t, e) => {
2989
2989
  const i = e.updateType;
2990
- return i === "finish" || i === "commit" ? ui(t) : !0;
2990
+ return i === "finish" || i === "commit" ? ui(t) : { valid: !0 };
2991
2991
  }
2992
2992
  }),
2993
2993
  rectangle: new ue(),