scale(event, { scale }) {
    const doGesture = this.shouldDoGesture(event.target.allowScale);
    if (doGesture) actions.scale({ ...event, scale });
  }