1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-22 10:15:43 +02:00

Add support for clicking on arrows in the file list to expand/collapse directories

Co-authored-by: Stefan Haller <stefan@haller-berlin.de>
This commit is contained in:
blakemckeany
2026-03-13 11:11:32 +13:00
committed by Stefan Haller
parent 4567840198
commit ee3bb06b2a
4 changed files with 135 additions and 0 deletions
+1
View File
@@ -210,6 +210,7 @@ var tests = []*components.IntegrationTest{
diff.DiffNonStickyRange,
diff.IgnoreWhitespace,
diff.RenameSimilarityThresholdChange,
file.ClickArrowToCollapse,
file.CollapseExpand,
file.CopyMenu,
file.DirWithUntrackedFile,