fix for history loading issues due to latency

This commit is contained in:
Zuzanna 2026-02-24 11:51:56 +01:00
parent b292b94b6c
commit 8b227059ef

View File

@ -514,7 +514,7 @@ define([
setTimeout(() => {
displayCheckpointTimeline(true);
showVersion(true);
}, "1000");
}, "2500");
// Create the history toolbar
var display = function () {