globals.js
This commit is contained in:
parent
a99915c8c3
commit
1d20d3ac56
10 changed files with 122 additions and 53 deletions
|
@ -38,7 +38,8 @@ impl DiagramPanel {
|
|||
.s(Height::fill())
|
||||
.task_with_controller(move |controller| {
|
||||
canvas_controller.set(controller.clone());
|
||||
println!("hello from task_with_controller")
|
||||
zoon::println!("hello from task_with_controller");
|
||||
async {}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue