summaryrefslogtreecommitdiff
path: root/src/client/scripts/is-device-touch.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-1/+0
| | | | Resolve #7779
* feat(client): ↵tamaina2020-06-031-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 投稿フォームのボタンの説明を表示するように (#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>
* 投稿のURLプレビューポップアップを改良 (#6226)tamaina2020-04-141-0/+3
* URLプレビューポップアップを改良 - タッチデバイスでは表示しないように - 幅をレスポンシブに * Use maxTouchPoints to detect touch device * fix