fmt
This commit is contained in:
parent
8669dcdc81
commit
6264b24788
1 changed files with 1 additions and 2 deletions
|
@ -527,8 +527,7 @@ pub struct EditorSnapshot {
|
||||||
|
|
||||||
impl EditorSnapshot {
|
impl EditorSnapshot {
|
||||||
fn has_scrollbar_info(&self, is_singleton: bool) -> bool {
|
fn has_scrollbar_info(&self, is_singleton: bool) -> bool {
|
||||||
is_singleton && self.buffer_snapshot
|
is_singleton && self.buffer_snapshot.has_git_diffs()
|
||||||
.has_git_diffs()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue