fix improve timeline element visual display
This commit is contained in:
parent
416511084a
commit
1e64bc4abd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue