Add dismiss button to project search

This commit is contained in:
Piotr Osiewicz 2023-08-07 12:22:10 +02:00
parent 9889449a81
commit 7a1f40405a
4 changed files with 57 additions and 37 deletions

View file

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