mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
tempsel: don't deselect when rcm closes
This commit is contained in:
parent
2171523412
commit
7210ec7895
|
|
@ -10843,7 +10843,7 @@ var rcm = (function () {
|
|||
r.hide = function (force) {
|
||||
if (!menu.style.display || (!force && menu.contains(document.activeElement)))
|
||||
return;
|
||||
if (selFile.elem && !selFile.no_dsel) {
|
||||
if (selFile.elem && !selFile.no_dsel && !thegrid.tempsel) {
|
||||
clmod(selFile.elem, "sel", false);
|
||||
msel.selui();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue