Skip to content

Commit

Permalink
Update readerview.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hius07 authored Feb 3, 2025
1 parent 614e92f commit b2cf9cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/apps/reader/modules/readerview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1174,9 +1174,6 @@ function ReaderView:resetHighlightBoxesCache(items)
end
for _, page_boxes in pairs(self.highlight.page_boxes) do
for i, box in ipairs(page_boxes) do
print("INDEX",index)
print("BOXINDEX",box.index)
print(items[1].datetime, self.ui.annotation.annotations[box.index].datetime)
if box.index > index or
(box.index == index and items[1].datetime ~= self.ui.annotation.annotations[index + 1].datetime) then
box.index = box.index + delta
Expand Down

0 comments on commit b2cf9cd

Please sign in to comment.