@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.cjs +3 -3
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +3 -3
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/toolbox/select/SelectTool.ts +4 -4
package/build/dive.cjs
CHANGED
|
@@ -423,12 +423,12 @@ var init_SelectTool = __esm({
|
|
|
423
423
|
Activate() {
|
|
424
424
|
}
|
|
425
425
|
Select(selectable) {
|
|
426
|
-
if (selectable.onSelect) selectable.onSelect();
|
|
427
426
|
this.AttachGizmo(selectable);
|
|
427
|
+
if (selectable.onSelect) selectable.onSelect();
|
|
428
428
|
}
|
|
429
429
|
Deselect(selectable) {
|
|
430
|
-
if (selectable.onDeselect) selectable.onDeselect();
|
|
431
430
|
this.DetachGizmo();
|
|
431
|
+
if (selectable.onDeselect) selectable.onDeselect();
|
|
432
432
|
}
|
|
433
433
|
AttachGizmo(selectable) {
|
|
434
434
|
if ("isMovable" in selectable) {
|
|
@@ -2848,7 +2848,7 @@ DIVEInfo._supportsWebXR = null;
|
|
|
2848
2848
|
// package.json
|
|
2849
2849
|
var package_default = {
|
|
2850
2850
|
name: "@shopware-ag/dive",
|
|
2851
|
-
version: "1.16.
|
|
2851
|
+
version: "1.16.7",
|
|
2852
2852
|
description: "Shopware Spatial Framework",
|
|
2853
2853
|
type: "module",
|
|
2854
2854
|
main: "./build/dive.cjs",
|