Skip to content

Commit

Permalink
Fix grammar on InteractionManager documentation (pixijs#8609)
Browse files Browse the repository at this point in the history
  • Loading branch information
staff0rd committed Aug 25, 2022
1 parent 48ab2f2 commit 28da8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/interaction/src/InteractionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export class InteractionManager extends EventEmitter

/**
* Should default browser actions automatically be prevented.
* Does not apply to pointer events for backwards compatibility
* preventDefault on pointer events stops mouse events from firing
* Does not apply to pointer events for backwards compatibility as
* preventDefault on pointer events stops mouse events from firing.
* Thus, for every pointer event, there will always be either a mouse of touch event alongside it.
* @default true
*/
Expand Down

0 comments on commit 28da8e7

Please sign in to comment.