Style search in buffer below breadcrumbs

We still have issues with project search styling.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2022-03-31 11:44:16 -06:00
parent 8bfac63e0d
commit 903810f22e
6 changed files with 30 additions and 15 deletions

View file

@ -127,7 +127,7 @@ impl Toolbar {
}
})
.detach();
self.items.push((Box::new(item), dbg!(location)));
self.items.push((Box::new(item), location));
cx.notify();
}