mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +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