platform::load_file_with_selected_vars, simple_vcd.fw.js
This commit is contained in:
parent
220e6d19bd
commit
54b1d0799e
9 changed files with 147 additions and 5 deletions
|
@ -79,7 +79,7 @@ impl HeaderPanel {
|
|||
let (hovered, hovered_signal) = Mutable::new_and_signal(false);
|
||||
let hierarchy = self.hierarchy.clone();
|
||||
let loaded_filename = self.loaded_filename.clone();
|
||||
let file_input_id = "file_input";
|
||||
let file_input_id = "file_input_for_load_waveform_button";
|
||||
Row::new()
|
||||
.item(
|
||||
Label::new()
|
||||
|
|
Reference in a new issue