fix improve timeline element visual display

This commit is contained in:
Anwarul Islam 2025-07-14 23:49:48 +06:00
parent 416511084a
commit 1e64bc4abd
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export function Timeline() {
let scrollLeft = 0;
if (isRulerClick) {
// Calculate based on ruler position
// Calculate based on ruler position
const rulerContent = rulerScrollRef.current?.querySelector(
"[data-radix-scroll-area-viewport]"
) as HTMLElement;