dsel: disable on bbox

This commit is contained in:
ed 2026-08-15 21:40:04 +00:00
parent 48d9de03fe
commit dcc0abd696

View file

@ -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";