summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 1d7252220bf..f28c24fda87 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -369,6 +369,8 @@
dir: $tr.attr('data-path') || this.getCurrentDirectory()
});
}
+ // deselect row
+ $(event.target).closest('a').blur();
}
}
},