Merge branch 'editHandleMacFix' of github.com:dback2/hifi into editHandleMacFix

This commit is contained in:
David Back 2018-07-06 18:56:09 -07:00
commit f33fae30ed

View file

@ -2074,7 +2074,7 @@ SelectionDisplay = (function() {
if (event.x === undefined || event.y === undefined) {
return;
}
var proportional = directionEnum === STRETCH_DIRECTION.ALL;
var position, rotation;