mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Annotations: fixes (#11761)
This commit is contained in:
@@ -1124,7 +1124,7 @@ function ReaderBookmark:setHighlightedText(item, text)
|
||||
self.ui.annotation.annotations[index].text_edited = edited
|
||||
-- item table
|
||||
item.text_orig = text
|
||||
item.text = self.display_prefix[item.type] .. (item.note or text)
|
||||
item.text = self:getBookmarkItemText(item)
|
||||
item.text_edited = edited
|
||||
if edited then
|
||||
self.refresh()
|
||||
|
||||
Reference in New Issue
Block a user