diff options
author | Hailey <me@haileyok.com> | 2024-02-06 09:00:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 09:00:16 -0800 |
commit | 065a09408767a870c48c99549cc0198955ea1ccf (patch) | |
tree | 65474dcd1dade94870b7318dbc27004ea0b53835 /src/lib/hooks/useAuxClick.ts | |
parent | 2f1ce117d7db8db168303f6064e69024e920585e (diff) | |
download | voidsky-065a09408767a870c48c99549cc0198955ea1ccf.tar.zst |
fix web aux click on all browsers (#2633)
Diffstat (limited to 'src/lib/hooks/useAuxClick.ts')
-rw-r--r-- | src/lib/hooks/useAuxClick.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/hooks/useAuxClick.ts b/src/lib/hooks/useAuxClick.ts deleted file mode 100644 index ab6fd4365..000000000 --- a/src/lib/hooks/useAuxClick.ts +++ /dev/null @@ -1,2 +0,0 @@ -// does nothing in native -export const useAuxClick = () => {} |