tree: switch workspace by scrolling
This commit is contained in:
parent
a310329c42
commit
b970965ed9
5 changed files with 82 additions and 2 deletions
|
|
@ -369,6 +369,7 @@ fn create_dummy_output(state: &Rc<State>) {
|
|||
state: state.clone(),
|
||||
is_dummy: true,
|
||||
status: Default::default(),
|
||||
scroll: Default::default(),
|
||||
});
|
||||
let dummy_workspace = Rc::new(WorkspaceNode {
|
||||
id: state.node_ids.next(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue