mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 19:10:22 +01:00
dsel: disable on bbox
This commit is contained in:
@@ -10075,7 +10075,7 @@ function reload_browser() {
|
||||
function sel_start(e) {
|
||||
if (e.button !== 0 && e.type !== 'touchstart') 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'))
|
||||
ebi('gfiles').style.userSelect = "none";
|
||||
|
||||
Reference in New Issue
Block a user