mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'drive-tree-ui' into 2025.12-test
This commit is contained in:
commit
89c784e60b
@ -849,7 +849,7 @@ const factory = (Util, Hash,
|
||||
if (err || duplicateError) {
|
||||
return void cb(err || duplicateError);
|
||||
}
|
||||
cb();
|
||||
if (typeof(cb) === "function") { cb(); }
|
||||
});
|
||||
};
|
||||
exp.restore = function (path, cb) {
|
||||
|
||||
2
www/common/worker.bundle.min.js
vendored
2
www/common/worker.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user