Files
kiss-translator/src/libs/mobile.js
Gabe Yuan 340bd6dd80 fix bug
2023-08-07 16:00:54 +08:00

2 lines
68 B
JavaScript

export const isMobile = "ontouchstart" in document.documentElement;