deselect all on mobile cut or copy to improve navigation

This commit is contained in:
Til Schmitter 2026-06-08 12:28:28 +02:00
parent b3b8c35416
commit c15a9ac67a

View file

@ -5367,6 +5367,9 @@ var fileman = (function () {
catch (ex) { catch (ex) {
toast.warn(30, L.fc_warn.format(sel.length)); toast.warn(30, L.fc_warn.format(sel.length));
} }
if(thegrid.tempsel)
msel.evsel();
}; };
r.cpy = function (e) { r.cpy = function (e) {
@ -5427,6 +5430,9 @@ var fileman = (function () {
catch (ex) { catch (ex) {
toast.warn(30, L.fcc_warn.format(sel.length)); toast.warn(30, L.fcc_warn.format(sel.length));
} }
if(thegrid.tempsel)
msel.evsel();
}; };
document.onpaste = function (e) { document.onpaste = function (e) {