Revert "Touch up git in project panel and scroll bar styling"

This commit is contained in:
Mikayla Maki 2023-05-22 15:31:14 -07:00 committed by GitHub
parent dcf4791182
commit 2d1c4a1971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 90 deletions

View file

@ -7253,6 +7253,7 @@ 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);