Display the sync popup sooner in OO

pull/1/head
yflory 2021-04-20 17:47:28 +02:00 committed by ansuz
parent 6f84e2c3d9
commit aee4d443ef
1 changed files with 9 additions and 0 deletions

View File

@ -463,6 +463,9 @@ define([
};
fixSheets();
if (!isLockedModal.modal) {
isLockedModal.modal = UI.openCustomModal(isLockedModal.content);
}
ooChannel.ready = false;
ooChannel.queue = [];
data.callback = function () {
@ -2213,6 +2216,9 @@ define([
};
var loadCp = function (cp, keepQueue) {
if (!isLockedModal.modal) {
isLockedModal.modal = UI.openCustomModal(isLockedModal.content);
}
loadLastDocument(cp, function () {
var file = getFileType();
var type = common.getMetadataMgr().getPrivateData().ooType;
@ -2695,6 +2701,9 @@ define([
var reloadPopup = false;
var checkNewCheckpoint = function () {
if (!isLockedModal.modal) {
isLockedModal.modal = UI.openCustomModal(isLockedModal.content);
}
var lastCp = getLastCp();
loadLastDocument(lastCp, function (err) {
console.error(err);