diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index 309072267..9af2f63f6 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -137,7 +137,7 @@ function WebPlayer(props: any) { tabs={TABS} fullscreen={fullscreen} /> - {/* @ts-ignore */} + {/* @ts-ignore */} {contextValue.player ? ( { if (tooltipActive) return; player.pause(); - setCreateNoteTooltip({ time: store.get().time, isVisible: true }); + setCreateNoteTooltip({ time: Math.round(store.get().time), isVisible: true }); }; React.useEffect(() => {