This website requires JavaScript.
Explore
Help
Sign In
mirror
/
misskey
Watch
1
Star
0
Fork
1
You've already forked misskey
mirror of
https://github.com/misskey-dev/misskey.git
synced
2024-12-28 22:49:24 +09:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2fc58a780e
misskey
/
packages
/
client
/
src
/
scripts
/
is-device-touch.ts
2 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(client): 投稿フォームのボタンの説明を表示するように (#6408) * Add title attr with buttons on the post form * fix * tooltip * missing ; * remove title attr * fix bug * Update reactions-viewer.details.vue * help wip * ok! * i18n Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:30:17 +09:00
export
const
isDeviceTouch
=
'maxTouchPoints'
in
navigator
&&
navigator
.
maxTouchPoints
>
0
;
Reference in New Issue
Copy Permalink