rotate(event, { rotation }) {
    const doGesture = this.shouldDoGesture(event.target.allowRotate);
    if (doGesture) actions.rotate({ ...event, rotation });
  }