mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
deselect all on mobile cut or copy to improve navigation
This commit is contained in:
parent
b3b8c35416
commit
c15a9ac67a
|
|
@ -5367,6 +5367,9 @@ var fileman = (function () {
|
|||
catch (ex) {
|
||||
toast.warn(30, L.fc_warn.format(sel.length));
|
||||
}
|
||||
|
||||
if(thegrid.tempsel)
|
||||
msel.evsel();
|
||||
};
|
||||
|
||||
r.cpy = function (e) {
|
||||
|
|
@ -5427,6 +5430,9 @@ var fileman = (function () {
|
|||
catch (ex) {
|
||||
toast.warn(30, L.fcc_warn.format(sel.length));
|
||||
}
|
||||
|
||||
if(thegrid.tempsel)
|
||||
msel.evsel();
|
||||
};
|
||||
|
||||
document.onpaste = function (e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue