mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-29 00:30:35 +00:00
Use tabWidth 4 without actual tabs.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { isDesktop, isMobile, isTablet } from "react-device-detect";
|
||||
|
||||
export const isTouchscreenDevice =
|
||||
isDesktop && !isTablet
|
||||
? false
|
||||
: (typeof window !== "undefined"
|
||||
? navigator.maxTouchPoints > 0
|
||||
: false) || isMobile;
|
||||
isDesktop && !isTablet
|
||||
? false
|
||||
: (typeof window !== "undefined"
|
||||
? navigator.maxTouchPoints > 0
|
||||
: false) || isMobile;
|
||||
|
||||
Reference in New Issue
Block a user