Skip to content

Commit

Permalink
feat(platform-browser): add doubletap HammerJS support (angular#26362)
Browse files Browse the repository at this point in the history
Enables `doubletap` support in HammerJS.

PR Close  angular#23954

PR Close angular#26362
  • Loading branch information
INFRAGISTICS\tiliev authored and AndrewKushnir committed Nov 24, 2020
1 parent 0050b55 commit b5c0f9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const EVENT_NAMES = {
'swipedown': true,
// tap
'tap': true,
'doubletap': true
};

/**
Expand Down

0 comments on commit b5c0f9d

Please sign in to comment.