Add dismiss button to project search
This commit is contained in:
parent
9889449a81
commit
7a1f40405a
4 changed files with 57 additions and 37 deletions
|
@ -7,6 +7,7 @@ use smallvec::SmallVec;
|
|||
|
||||
pub mod buffer_search;
|
||||
pub mod project_search;
|
||||
pub(crate) mod search_bar;
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
buffer_search::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue