Skip to content

Commit

Permalink
allow touch events thru haptic rects (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
iCollin authored Mar 24, 2021
1 parent 750df82 commit b1d31f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/view/navigationAppView.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ SDL.NavigationAppView = Em.ContainerView.create(
height: `${h.rect.height}px`,
zIndex: 1002,
border: '1px solid #ff0000',
'pointer-events': 'none',
});

rects.appendChild(rect);
Expand Down

0 comments on commit b1d31f8

Please sign in to comment.