Skip to content

Commit

Permalink
Merge pull request atlassian#2011 from ValentinH/fix-touch-sensor-typo
Browse files Browse the repository at this point in the history
Rename use-touch-sensor default export to useTouchSensor
  • Loading branch information
danieldelcore authored Mar 18, 2021
2 parents 3ff3489 + a7693a3 commit bcfaf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/use-sensor-marshal/sensors/use-touch-sensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function getHandleBindings({
];
}

export default function useMouseSensor(api: SensorAPI) {
export default function useTouchSensor(api: SensorAPI) {
const phaseRef = useRef<Phase>(idle);
const unbindEventsRef = useRef<() => void>(noop);

Expand Down

0 comments on commit bcfaf33

Please sign in to comment.