mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-25 06:00:34 +00:00
Remove target entirely
This commit is contained in:
parent
57389c5b55
commit
0dc25e7c2a
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ use unicode_width::UnicodeWidthStr;
|
|||
#[derive(Debug, Clone)]
|
||||
pub struct ListState {
|
||||
offset: usize,
|
||||
target: Option<usize>,
|
||||
selected: BTreeSet<usize>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue