Fix KOsync crash when closing document (#2911)

pull/2916/head
Hzj_jie 7 years ago committed by Frans de Jonge
parent 66b0c54d4d
commit cc020b901a

@ -605,6 +605,7 @@ function KOSync:_onResume()
end
function KOSync:_onFlushSettings()
if self.ui == nil or self.ui.document == nil then return end
self:updateProgress()
end

Loading…
Cancel
Save