View panics when entering a newly created node if it was inserted in the position of an already existing node with a different processor
thread 'main' panicked at tlature-tui/src/app/view/group/mod.rs:62:34:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: rust_begin_unwind
at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/std/src/panicking.rs:597:5
1: core::panicking::panic_fmt
at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/panicking.rs:72:14
2: core::panicking::panic
at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/panicking.rs:127:5
3: tlature::app::view::group::GroupView::update
4: tlature::app::view::<impl tlature::app::App>::update
5: tlature::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace
To fix, I should somehow parse node movement values in the UI, or give blocks and processors UUIDs to verify actions.