3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
export default function maxTranslate() {
|
|
return -this.snapGrid[this.snapGrid.length - 1];
|
|
} |