fix: conflicts

This commit is contained in:
JEEVITHA KANNAN K S 2024-11-01 15:24:28 +05:30
parent 906b40933d
commit acb66db417
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333

View File

@ -600,10 +600,6 @@ impl AppState {
self.visit_stack.last().unwrap().0,
);
if !self.is_current_tab_multi_selectable() {
self.multi_select = false;
self.selected_commands.clear();
}
let len = self.filter.item_list().len();
if len > 0 {
let current = self.selection.selected().unwrap_or(0);