mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +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)
|
||||
|
||||
# End
|
||||
if self.cur_min <= row_index <= self.cur_max:
|
||||
if self.cur_buttons and self.cur_min <= row_index <= self.cur_max:
|
||||
break
|
||||
|
||||
# Drag pages
|
||||
|
Loading…
Reference in New Issue
Block a user