Skip to content

Commit

Permalink
Merge pull request #87 from elutek/fix-pan-button-name
Browse files Browse the repository at this point in the history
fix typescript typings: rename panMouse to panButton
  • Loading branch information
Fuzzyma authored Feb 22, 2021
2 parents 38407ba + a0ef5ae commit bb79602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg.panzoom.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface options {
panning?: boolean
pinchZoom?: boolean
wheelZoom?: boolean
panMouse?: MouseButton
panButton?: MouseButton
oneFingerPan?: boolean
margins?: boolean | marginOptions
zoomFactor?: number
Expand Down

0 comments on commit bb79602

Please sign in to comment.