Skip to content

Commit aedfc9e

Browse files
committed
increased delay for gallery page selection.
1 parent 3b52671 commit aedfc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/lowering_map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class LoweringMap extends Component {
126126
this.setState({
127127
activePage: Math.ceil((index + 1) / maxEventsPerPage)
128128
})
129-
}, 250)
129+
}, 500)
130130
})
131131
}
132132
}

0 commit comments

Comments
 (0)