Inline touch check thats only used once
Not worth loading an entire file for this.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export function isTouchDevice() {
|
||||
return "ontouchstart" in window && navigator.maxTouchPoints > 0
|
||||
}
|
||||
Reference in New Issue
Block a user