maxTranslate.js 93 B

123
  1. export default function maxTranslate() {
  2. return -this.snapGrid[this.snapGrid.length - 1];
  3. }