@shopware-ag/dive 1.18.3 → 1.18.4
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 +1 -2
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +1 -2
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/com/Communication.ts +0 -1
package/package.json
CHANGED
package/src/com/Communication.ts
CHANGED
|
@@ -673,7 +673,6 @@ export class DIVECommunication {
|
|
|
673
673
|
private setGizmoScaleLinked(
|
|
674
674
|
payload: Actions['SET_GIZMO_SCALE_LINKED']['PAYLOAD'],
|
|
675
675
|
): Actions['SET_GIZMO_SCALE_LINKED']['RETURN'] {
|
|
676
|
-
console.log('SET_GIZMO_SCALE_LINKED', payload);
|
|
677
676
|
this.toolbox.SetGizmoScaleLinked(payload);
|
|
678
677
|
return payload;
|
|
679
678
|
}
|