Revert "Touch up git in project panel and scroll bar styling"
This commit is contained in:
parent
dcf4791182
commit
2d1c4a1971
6 changed files with 75 additions and 90 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue