diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index b6de40be..aa6c6245 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -10907,7 +10907,7 @@ var rcm = (function () { } var fa = file && file.children[1].querySelector('a[id]'); if (fa && fa.id != 'unsearch') { - selFile.no_dsel = clgot(file, "sel"); + selFile.no_dsel = TOUCH || clgot(file, "sel"); clmod(file, "sel", true); selFile.elem = file; selFile.url = fa.href;