Remove target entirely

pull/540/head
philippeitis 3 years ago committed by GitHub
parent 57389c5b55
commit 0dc25e7c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,6 @@ use unicode_width::UnicodeWidthStr;
#[derive(Debug, Clone)]
pub struct ListState {
offset: usize,
target: Option<usize>,
selected: BTreeSet<usize>,
}

Loading…
Cancel
Save