Update ViewportTimeTransport rendering condition to account for viewport messages

This commit is contained in:
2026-04-27 19:30:19 +02:00
parent 45895e5338
commit 24b24e09e4

View File

@@ -622,7 +622,7 @@ export function ViewportCanvas({
</div>
)}
{!isActivePanel ? null : (
{!isActivePanel || viewportMessage !== null ? null : (
<ViewportTimeTransport
panelId={panelId}
editorSimulationPlaying={editorSimulationPlaying}