imrpved fix for latency issue

This commit is contained in:
Zuzanna 2026-02-26 11:25:26 +01:00
parent 8b227059ef
commit 40c8cc12d4

View File

@ -168,7 +168,10 @@ define([
});
};
loadMoreOOHistory();
loadMoreOOHistory().then(() => {
displayCheckpointTimeline(true);
showVersion(true);
})
var onClose = function () { config.setHistory(false); };
var onRevert = function () {
@ -511,10 +514,6 @@ define([
};
setTimeout(() => {
displayCheckpointTimeline(true);
showVersion(true);
}, "2500");
// Create the history toolbar
var display = function () {