Hotfix release to fix an issue when clicking on the timeline with certain window heights.
The calculation to find what timestamp was clicked was misinterpreting 10-digit timestamps with 2 decimals (eg 1774731234.56) as a millisecond timestamp since it has 13 characters.
Closes #1303
What's Changed
- fix(frontend): correctly identify millisecond timestamps by @roflcoopter in #1306
Full Changelog: v3.5.0...v3.5.1