Add dismiss buffer search button & fix some faulty icon button styling
Co-Authored-By: Nate Butler <nate@zed.dev>
This commit is contained in:
parent
eeb21af841
commit
2b1118f597
7 changed files with 119 additions and 69 deletions
|
@ -4038,7 +4038,7 @@ pub struct RenderContext<'a, T: View> {
|
|||
pub refreshing: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Default)]
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct MouseState {
|
||||
hovered: bool,
|
||||
clicked: Option<MouseButton>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue