We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d2d0a commit bd45b5aCopy full SHA for bd45b5a
packages/app-frontend/src/features/timeline/TimelineView.vue
@@ -109,7 +109,7 @@ export default defineComponent({
109
* Get pixel position for giver time
110
*/
111
function getTimePosition (time: number) {
112
- return (time - nonReactiveState.minTime.value) / (nonReactiveState.endTime.value - nonReactiveState.startTime.value) * app.view.width / window.devicePixelRatio
+ return (time - nonReactiveState.minTime.value) / (nonReactiveState.endTime.value - nonReactiveState.startTime.value) * app.view.width
113
}
114
115
// Reset
0 commit comments