mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
prevent auto deselection on items that were selected via long press
This commit is contained in:
parent
227ef00a59
commit
3794c1e835
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue