Reactions on comments

This commit is contained in:
Jason Zimdars
2025-02-18 17:08:56 -06:00
parent c75247133e
commit 000bd158eb
23 changed files with 375 additions and 10 deletions
@@ -0,0 +1,3 @@
export function isTouchDevice() {
return "ontouchstart" in window && navigator.maxTouchPoints > 0
}