diff --git a/src/nnn.c b/src/nnn.c index c5ca473d..7e2531e4 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3491,7 +3491,7 @@ nochange: /*Single click just selects, double click also opens */ if (event.bstate != BUTTON1_DOUBLE_CLICKED) - break; + goto nochange; } else { if (cfg.filtermode) presel = FILTER;