mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
deleting unused utils
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
export const isTouchDevice = () => {
|
||||
return (('ontouchstart' in window)
|
||||
|| (navigator.MaxTouchPoints > 0)
|
||||
|| (navigator.msMaxTouchPoints > 0));
|
||||
};
|
||||
Reference in New Issue
Block a user