mirror of
https://github.com/9001/copyparty.git
synced 2026-08-16 07:13:07 -06:00
dsel: disable on bbox
This commit is contained in:
parent
48d9de03fe
commit
dcc0abd696
|
|
@ -10075,7 +10075,7 @@ function reload_browser() {
|
||||||
function sel_start(e) {
|
function sel_start(e) {
|
||||||
if (e.button !== 0 && e.type !== 'touchstart') return;
|
if (e.button !== 0 && e.type !== 'touchstart') return;
|
||||||
if (!thegrid.en || !treectl.dsel) return;
|
if (!thegrid.en || !treectl.dsel) return;
|
||||||
if (e.target.closest('#widget,#ops,.opview,.doc')) return;
|
if (e.target.closest('#widget,#ops,.opview,.doc,.bbox-open')) return;
|
||||||
|
|
||||||
if (e.target.closest('#gfiles'))
|
if (e.target.closest('#gfiles'))
|
||||||
ebi('gfiles').style.userSelect = "none";
|
ebi('gfiles').style.userSelect = "none";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue