Skip to content

Commit

Permalink
ListView: Fix collapsing folders (#2494)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Wootten <jeremy@Proteus-EL07R6-9b3c42bb.localdomain>
  • Loading branch information
jeremypw and Jeremy Wootten authored Oct 3, 2024
1 parent 7a8038d commit 14cf9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/AbstractDirectoryView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -3560,6 +3560,7 @@ namespace Files {
/* on expanders (if any) or xpad. Handle ourselves so that clicking
* on xpad also expands/collapses row (accessibility). */
expand_collapse (path);
button_controller.set_state (CLAIMED);
break;

default:
Expand Down

0 comments on commit 14cf9a8

Please sign in to comment.