mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-25 03:58:27 +09:00
111eb43fd9
* 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>
2 lines
92 B
TypeScript
2 lines
92 B
TypeScript
export const isDeviceTouch = 'maxTouchPoints' in navigator && navigator.maxTouchPoints > 0;
|