Is this a copy-paste error in PrismView? This function is not returning "an empty shape".
/**
* Region for translating the protractor
* @param {Shape} fullShape
* @returns {*}
*/
function translationRegion( fullShape ) {
// Empty shape since shouldn't be rotatable in this tab
return fullShape;
}
Is this a copy-paste error in PrismView? This function is not returning "an empty shape".