[chore] Fix todo and fixme tags (#8365)

Slightly overlooked in #8312.
This commit is contained in:
Frans de Jonge
2021-10-23 16:29:00 +02:00
committed by GitHub
parent db45881183
commit 59710ec67a
4 changed files with 6 additions and 6 deletions

View File

@@ -1072,7 +1072,7 @@ function ReaderHighlight:lookup(selected_text, selected_link)
for _, sbox in ipairs(selected_text.sboxes) do
local word = self.ui.document:getOCRWord(self.hold_pos.page, { sbox = sbox })
logger.dbg("OCRed word:", word)
-- @fixme This might produce incorrect results on RTL text.
--- @fixme This might produce incorrect results on RTL text.
if word and word ~= "" then
text = text .. word
end