Skip to content

Commit

Permalink
Unselect all on folder rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jan 24, 2024
1 parent 8f19967 commit 563389b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FolderManager/FolderItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ namespace Scratch.FolderManager {
return Source.CONTINUE;
} else {
selectable = false;
view.unselect_all ();
}

return Source.REMOVE;
Expand Down

0 comments on commit 563389b

Please sign in to comment.