Skip to content

Commit

Permalink
0 out the Z translation and assume that the element cannot be dragged…
Browse files Browse the repository at this point in the history
… in the local Z axis
  • Loading branch information
steveny-sc committed Dec 19, 2022
1 parent 010f3da commit c72be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/components/element/element-drag-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class ElementDragHelper extends EventHandler {

dragScale.x = 1 / dragScale.x;
dragScale.y = 1 / dragScale.y;
dragScale.z = 1 / dragScale.z;
dragScale.z = 0;
}

/**
Expand Down

0 comments on commit c72be6a

Please sign in to comment.