We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62123cb commit 485a38cCopy full SHA for 485a38c
src/components/revision_files.rs
@@ -275,9 +275,7 @@ impl RevisionFilesComponent {
275
let tree_height = usize::from(area.height.saturating_sub(2));
276
let tree_width = usize::from(area.width);
277
278
- self.tree
279
- .window_height
280
- .set(Some(tree_height));
+ self.tree.window_height.set(Some(tree_height));
281
282
self.tree.visual_selection().map_or_else(
283
|| {
0 commit comments