This commit is contained in:
Smit Barmase 2025-07-14 10:16:29 +05:30
parent 153840199e
commit 281ef340db
No known key found for this signature in database
3 changed files with 28 additions and 2 deletions

View file

@ -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)
}
})