Fix readonly reload popup stuck in onlyoffice
parent
a0b7f39fd3
commit
7c7b35f71a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue