loaded_filename
This commit is contained in:
parent
0a4e84d3d2
commit
24d2c0b2dc
3 changed files with 6 additions and 4 deletions
|
@ -140,7 +140,7 @@ impl HeaderPanel {
|
|||
platform::pick_and_load_waveform(Some(file)).await
|
||||
{
|
||||
loaded_filename.set_neq(Some(filename));
|
||||
hierarchy.set(Some(Rc::new(platform::get_hierarchy().await)))
|
||||
hierarchy.set(Some(Arc::new(platform::get_hierarchy().await)))
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Reference in a new issue