@shopware-ag/dive 1.16.6 → 1.16.7

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/build/dive.js CHANGED
@@ -412,12 +412,12 @@ var init_SelectTool = __esm({
412
412
  Activate() {
413
413
  }
414
414
  Select(selectable) {
415
- if (selectable.onSelect) selectable.onSelect();
416
415
  this.AttachGizmo(selectable);
416
+ if (selectable.onSelect) selectable.onSelect();
417
417
  }
418
418
  Deselect(selectable) {
419
- if (selectable.onDeselect) selectable.onDeselect();
420
419
  this.DetachGizmo();
420
+ if (selectable.onDeselect) selectable.onDeselect();
421
421
  }
422
422
  AttachGizmo(selectable) {
423
423
  if ("isMovable" in selectable) {
@@ -2859,7 +2859,7 @@ DIVEInfo._supportsWebXR = null;
2859
2859
  // package.json
2860
2860
  var package_default = {
2861
2861
  name: "@shopware-ag/dive",
2862
- version: "1.16.6",
2862
+ version: "1.16.7",
2863
2863
  description: "Shopware Spatial Framework",
2864
2864
  type: "module",
2865
2865
  main: "./build/dive.cjs",