fmt
This commit is contained in:
parent
9a47415cb5
commit
9bec74f1d4
4 changed files with 4 additions and 6 deletions
|
@ -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);
|
||||
|
|
|
@ -1052,7 +1052,6 @@ impl EditorElement {
|
|||
..Default::default()
|
||||
});
|
||||
|
||||
|
||||
if layout.is_singleton && settings::get::<EditorSettings>(cx).scrollbar.git_diff {
|
||||
let diff_style = theme::current(cx).editor.diff.clone();
|
||||
for hunk in layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue