pglejzer / timepicker-ui

timepicker-ui is an easy library with timepicker. Fully wrote with TypeScript. This library is based on Material Design from Google.
MIT License
62 stars 18 forks source link

Fixed issue #27 #28

Closed grizzlymannn closed 1 year ago

grizzlymannn commented 1 year ago

Removed getBrowser() check because it doe not detect browsers on touchscreen laptops.

Instead checking if the touches object is defined and longer than 0 entries.

Updaed packages.json with npm update and npm audit fix.

Also added new dependency sass.