This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
paricafe
Watch
1
Star
0
Fork
You've already forked paricafe
0
mirror of
https://github.com/paricafe/misskey.git
synced
2024-11-26 05:16:43 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7dc789f470
paricafe
/
src
/
client
/
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-02 23:30:17 -05:00
export
const
isDeviceTouch
=
'maxTouchPoints'
in
navigator
&&
navigator
.
maxTouchPoints
>
0
;
Reference in a new issue
Copy permalink