Fix element list updates #21

Closed
Vectornaut wants to merge 2 commits from outline-update-fix into main
Showing only changes of commit b479e57446 - Show all commits

View File

@ -23,7 +23,7 @@ impl AppState {
fn new() -> AppState { fn new() -> AppState {
AppState { AppState {
assembly: Assembly::new(), assembly: Assembly::new(),
assembly_serial: create_signal(1), assembly_serial: create_signal(0),
selection: create_signal(FxHashSet::default()) selection: create_signal(FxHashSet::default())
} }
} }