Optimization for reloading metadata

This commit is contained in:
Jeremy Soller 2024-03-20 16:27:00 -06:00
parent 64612b7230
commit d0a2a9262e
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 83 additions and 8 deletions

View file

@ -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>,