Fix readonly reload popup stuck in onlyoffice

This commit is contained in:
yflory 2020-07-09 18:15:51 +02:00
parent a0b7f39fd3
commit 7c7b35f71a

View file

@ -388,6 +388,7 @@ define([
var resetData = function (blob, type) {
// If a read-only refresh popup was planned, abort it
delete APP.refreshPopup;
clearTimeout(APP.refreshRoTo);
if (!isLockedModal.modal) {