We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba44a6 + 2345272 commit 01cde63Copy full SHA for 01cde63
1 file changed
git-gui.sh
@@ -3827,7 +3827,7 @@ bind . <Alt-Key-3> {focus $::ui_diff}
3827
bind . <Alt-Key-4> {focus $::ui_comm}
3828
3829
if {[is_config_true gui.autorescan]} {
3830
- bind . <FocusIn> { if {"%W" eq "."} do_rescan }
+ bind . <FocusIn> { if {"%W" eq "."} { after idle do_rescan } }
3831
}
3832
3833
set file_lists_last_clicked($ui_index) {}
0 commit comments