1
0
Fork 0
forked from wry/wry

tree: switch workspace by scrolling

This commit is contained in:
Julian Orth 2022-05-07 18:27:20 +02:00
parent a310329c42
commit b970965ed9
5 changed files with 82 additions and 2 deletions

View file

@ -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(),