Add missing Clone
bounds
This commit is contained in:
parent
58650b7d2d
commit
2189983323
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ use gpui3::{view, Context, View};
|
|||
use crate::prelude::*;
|
||||
use crate::{h_stack, Icon, IconButton, IconColor, Input};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct BufferSearch {
|
||||
is_replace_open: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue