Update ViewportTimeTransport rendering condition to account for viewport messages
This commit is contained in:
@@ -622,7 +622,7 @@ export function ViewportCanvas({
|
||||
</div>
|
||||
)}
|
||||
|
||||
{!isActivePanel ? null : (
|
||||
{!isActivePanel || viewportMessage !== null ? null : (
|
||||
<ViewportTimeTransport
|
||||
panelId={panelId}
|
||||
editorSimulationPlaying={editorSimulationPlaying}
|
||||
|
||||
Reference in New Issue
Block a user