Skip to content

Commit

Permalink
Remove useless cancelOther: false (after priority was increased) see p…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jessegreenberg committed Feb 8, 2023
1 parent 7c1791d commit 6139d93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/accessibility/GrabDragInteraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ class GrabDragInteraction extends EnabledComponent {
priority: Utterance.MEDIUM_PRIORITY,

announcerOptions: {
ariaLivePriority: AriaLiveAnnouncer.AriaLive.ASSERTIVE, // for AriaLiveAnnouncer
cancelOther: false // for voicingManager
ariaLivePriority: AriaLiveAnnouncer.AriaLive.ASSERTIVE // for AriaLiveAnnouncer
}
} );

Expand Down

0 comments on commit 6139d93

Please sign in to comment.