Merge branch '2026-autumn-test-scalable' of github.com:cryptpad/cryptpad into 2026-autumn-test-scalable

This commit is contained in:
yflory 2026-09-07 17:06:38 +02:00
commit d54a2b5fba

View File

@ -3201,13 +3201,13 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null
}
};
const loadHistoryCp = function(cp, keepQueue) {
APP.history = true;
APP.stopHistory = false;
loadCheckpoint(cp, keepQueue);
};
var loadTemplate = function (href, password, parsed) {
var loadHistoryCp = function (cp, keepQueue) {
APP.history = true;
APP.stopHistory = false;
loadCheckpoint(cp, keepQueue);
};
APP.history = true;
APP.template = true;
var editor = getEditor();
@ -3513,7 +3513,7 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null
var histConfig = {
onPatch: onPatch,
onPatchBack: onPatchBack,
docType: docType,
docType: () => APP.ooconfig.documentType,
loadCp: loadCheckpoint,
loadHistoryCp: loadHistoryCp,
onCheckpoint: onCheckpoint,