(props)
| 8428 | function wrapper(props1) { |
| 8429 | class OrbitControllerInternal extends (0, _base.base).deck.OrbitController { |
| 8430 | constructor(props){ |
| 8431 | super(props); |
| 8432 | this.invertPan = true; |
| 8433 | } |
| 8434 | handleEvent(event) { |
| 8435 | if (event.type === "doubletap") { |
| 8436 | if (factoryOptions && factoryOptions.doubleClickHandler) return factoryOptions.doubleClickHandler(event, this); |
nothing calls this directly
no outgoing calls
no test coverage detected