hide minimap when previewing

This commit is contained in:
Josh Hawkins 2024-03-01 08:14:51 -06:00
parent d6b97447cd
commit 27bac4a579

View File

@ -366,7 +366,7 @@ export default function EventView({
timestampSpread={15}
timelineStart={timeRange.before}
timelineEnd={timeRange.after}
showMinimap={showMinimap}
showMinimap={showMinimap && !previewTime}
minimapStartTime={minimapBounds.start}
minimapEndTime={minimapBounds.end}
showHandlebar={previewTime != undefined}