mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch '2026-autumn-test-scalable' of github.com:cryptpad/cryptpad into 2026-autumn-test-scalable
This commit is contained in:
commit
d54a2b5fba
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user