Skip to content

Commit

Permalink
remove autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jul 3, 2024
1 parent d470e5a commit c676476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/monitor/rano_monitor/dataset_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class DatasetBrowser(App):
Binding("y", "respond('y')", "Yes", show=False),
Binding("n", "respond('n')", "No", show=False),
]
AUTO_FOCUS = '' # Don't focus automatically to search bar

subjects = var([])
report = reactive({})
Expand Down

0 comments on commit c676476

Please sign in to comment.