From 070d4b9da946dd8fa32cc611bac08b504c02465c Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 26 Jul 2021 22:50:58 +0200 Subject: [PATCH] allow regular hotkeys during file selection --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index f12f2940..daa5d3a5 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -2049,7 +2049,7 @@ document.onkeydown = function (e) { } } - if (aet && aet != 'a') + if (aet && aet != 'a' && aet != 'tr') return; if (ctrl(e)) {