diff --git a/packages/studio/src/components/nle/NLELayout.tsx b/packages/studio/src/components/nle/NLELayout.tsx index 2f29ff2cd..ffbde95cd 100644 --- a/packages/studio/src/components/nle/NLELayout.tsx +++ b/packages/studio/src/components/nle/NLELayout.tsx @@ -392,7 +392,8 @@ export const NLELayout = memo(function NLELayout({
{/* Timeline tracks */}
{ if ((e.target as HTMLElement).closest("[data-clip]")) return; if (compositionStack.length > 1) { @@ -400,7 +401,7 @@ export const NLELayout = memo(function NLELayout({ } }} > - {timelineToolbar} +
{timelineToolbar}