mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Hilariously simpler fix for #6616 Reverts #6648 for a much, much simpler solution, that will actually cover every possible situation automagically.
This commit is contained in:
@@ -1263,7 +1263,6 @@ function ReaderLink:showAsFootnotePopup(link, neglect_current_location)
|
||||
local FootnoteWidget = require("ui/widget/footnotewidget")
|
||||
local popup
|
||||
popup = FootnoteWidget:new{
|
||||
covers_footer = true, -- hint for UIManager:repaintReaderFooter
|
||||
html = html,
|
||||
doc_font_size = Screen:scaleBySize(self.ui.font.font_size),
|
||||
doc_margins = self.ui.document:getPageMargins(),
|
||||
|
||||
Reference in New Issue
Block a user