Merge 704b418529 into 7e2a913e13
This commit is contained in:
commit
f15097e00f
|
|
@ -65,7 +65,7 @@ export function TimelineTrackContent({
|
|||
});
|
||||
|
||||
return (
|
||||
<button
|
||||
<div
|
||||
className="size-full"
|
||||
onClick={(event) => {
|
||||
if (shouldIgnoreClick?.()) return;
|
||||
|
|
@ -75,7 +75,6 @@ export function TimelineTrackContent({
|
|||
event.preventDefault();
|
||||
onTrackMouseDown?.(event);
|
||||
}}
|
||||
type="button"
|
||||
>
|
||||
<div className="relative h-full min-w-full">
|
||||
{track.elements.length === 0 ? (
|
||||
|
|
@ -109,6 +108,6 @@ export function TimelineTrackContent({
|
|||
})
|
||||
)}
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue