mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix for history loading issues due to latency
This commit is contained in:
parent
b292b94b6c
commit
8b227059ef
@ -514,7 +514,7 @@ define([
|
||||
setTimeout(() => {
|
||||
displayCheckpointTimeline(true);
|
||||
showVersion(true);
|
||||
}, "1000");
|
||||
}, "2500");
|
||||
|
||||
// Create the history toolbar
|
||||
var display = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user