mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: insight_row() early stopped on empty list
This commit is contained in:
parent
fc91221240
commit
e41d5b4ae4
@ -168,7 +168,7 @@ class DraggableList:
|
|||||||
self.load_rows(main=main)
|
self.load_rows(main=main)
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.cur_min <= row_index <= self.cur_max:
|
if self.cur_buttons and self.cur_min <= row_index <= self.cur_max:
|
||||||
break
|
break
|
||||||
|
|
||||||
# Drag pages
|
# Drag pages
|
||||||
|
Loading…
Reference in New Issue
Block a user