Remove target entirely

This commit is contained in:
philippeitis 2021-10-15 11:12:59 -07:00 committed by GitHub
parent 57389c5b55
commit 0dc25e7c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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