minTranslate.js 70 Bytes
Newer Older
xhw committed
1 2 3
export default function minTranslate() {
  return -this.snapGrid[0];
}