Skip to content

Commit 8885807

Browse files
authored
Merge pull request #4687 from parasharrajat/fix-blue
Fix context-menu on native devices
2 parents 5502f86 + 2d4ec43 commit 8885807

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function canUseTouchScreen() {
2+
return true;
3+
}
4+
5+
export default canUseTouchScreen;

0 commit comments

Comments
 (0)