remove comment on minTime and maxTime variables

This commit is contained in:
Sol
2020-07-15 09:38:10 +01:00
committed by Lachlan Kermode
parent d134f7aa71
commit 956534e247

View File

@@ -47,8 +47,8 @@ function updateNarrative (appState, action) {
// Compute narrative time range and map bounds
if (action.narrative) {
// Forced to comment out min and max time changes, not sure why?
// minTime = appState.timeline.rangeLimits[0]
// maxTime = appState.timeline.rangeLimits[1]
minTime = appState.timeline.rangeLimits[0]
maxTime = appState.timeline.rangeLimits[1]
// Find max and mins coordinates of narrative events
action.narrative.steps.forEach(step => {