dbg!
This commit is contained in:
parent
153840199e
commit
281ef340db
3 changed files with 28 additions and 2 deletions
|
@ -909,6 +909,7 @@ impl Render for PanelButtons {
|
|||
.on_click({
|
||||
let action = action.boxed_clone();
|
||||
move |_, window, cx| {
|
||||
println!("panel button click");
|
||||
window.dispatch_action(action.boxed_clone(), cx)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue