BookInfo: fix crash on show cover (#10315)

reviewable/pr10329/r4
hius07 1 year ago committed by GitHub
parent 5dd88535ba
commit 99265ba1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,9 +252,11 @@ function BookInfo:onShowBookCover(file)
text = _("No cover image available."),
})
end
if not self.document then
document:close()
end
end
end
function BookInfo:getCurrentPageLineWordCounts()
local lines_nb, words_nb = 0, 0

Loading…
Cancel
Save