Fixed contrast in project panel and scrollbar

co-authored-by: nate <nate@zed.dev>
This commit is contained in:
Mikayla Maki 2023-05-22 15:51:31 -07:00
parent fb2f17e5c9
commit 5c31c84c90
No known key found for this signature in database
7 changed files with 97 additions and 81 deletions

View file

@ -7253,7 +7253,6 @@ impl View for Editor {
}
fn focus_in(&mut self, _: AnyViewHandle, cx: &mut ViewContext<Self>) {
dbg!("Editor Focus in");
if cx.is_self_focused() {
let focused_event = EditorFocused(cx.handle());
cx.emit(Event::Focused);