Optimization for reloading metadata
This commit is contained in:
parent
64612b7230
commit
d0a2a9262e
3 changed files with 83 additions and 8 deletions
|
|
@ -673,7 +673,7 @@ pub struct Tab {
|
|||
pub history_i: usize,
|
||||
pub history: Vec<Location>,
|
||||
pub config: TabConfig,
|
||||
items_opt: Option<Vec<Item>>,
|
||||
pub(crate) items_opt: Option<Vec<Item>>,
|
||||
scrollable_id: widget::Id,
|
||||
select_focus: Option<usize>,
|
||||
select_shift: Option<usize>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue