Skip to content

Commit b62292c

Browse files
Update navigation_manager.py
1 parent 0d57e5c commit b62292c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/controllers/classification/navigation_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _nav_tree(self, step, level):
153153

154154
new_row = curr.row() + step
155155

156-
# Simple bounds check, logic can be improved to skip hidden items
156+
# Simple bounds check
157157
if 0 <= new_row < model.rowCount(QModelIndex()):
158158
# Check visibility (filter)
159159
while 0 <= new_row < model.rowCount(QModelIndex()):

0 commit comments

Comments
 (0)