about summary refs log tree commit diff
path: root/src/lib/browser.ts
Commit message (Collapse)AuthorAgeFilesLines
* [🐴] Don't submit the message on return press when on a phone (web input) ↵Hailey2024-05-231-1/+2
| | | | | | | | | | | | | | | (#4203) move this to the `onKeyDown` prop Revert "do the same for tablets" This reverts commit 47c709e2734f2acf34f89dd5aca42a75a2b56270. do the same for tablets don't submit message if the device is a phone on web move `onTouchStart` to `browser.ts` globals
* implement a safari hack for ime (#4186)Hailey2024-05-231-0/+6
remove debug logs use a better hack implement a safari hack extract `isSafari` and `isFirefox` to a global variable