This commit is contained in:
Mikayla Maki 2023-05-30 16:33:42 -07:00
parent 685e8d7007
commit 0122cd61c5
No known key found for this signature in database
6 changed files with 25 additions and 24 deletions

View file

@ -517,7 +517,8 @@ impl View for PanelButtons {
&*tooltip_action,
)
.ok();
}).detach();
})
.detach();
}
}
})