Skip to content

Commit

Permalink
Merge 0b302c0 into fcae623
Browse files Browse the repository at this point in the history
  • Loading branch information
x-cray committed Aug 15, 2017
2 parents fcae623 + 0b302c0 commit 8c4e07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events/listener/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const touch = typeof window !== 'undefined' && ((('ontouchstart' in global) ||

if (ua.platform === 'ios' && touch) {
document.documentElement.style.cursor = 'pointer' // ios test...
document.body.style.cursor = 'pointer'
}

export default listen
Expand Down

0 comments on commit 8c4e07f

Please sign in to comment.