Skip to content

Commit

Permalink
fast fix scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Bats committed Apr 18, 2024
1 parent 9776fda commit 13ea534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/overlay/src/components/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ export const MainLayout = () => {
// FIXME: feature for multi vmix sources coordination. Should be moved to the Widget class
return null;
}
if (params.get("scene") && obj.type !== "TeamLocatorWidget") {
return null;
}
return <Transition key={obj.widgetId} timeout={Widget.overrideTimeout ?? c.WIDGET_TRANSITION_TIME}>
{state =>
state !== "exited" && <WidgetWrap
Expand Down

0 comments on commit 13ea534

Please sign in to comment.