limit bbl file drops to actively monitored printers

This commit is contained in:
Stewart Allen 2025-05-03 16:29:03 -04:00
commit afeea841d6

View file

@ -1144,6 +1144,9 @@ self.kiri.load(api => {
let drop_zone = modal.bbl_drop_zone;
let drop_timer;
drop.ondragenter = (ev) => {
if (!selected?.rec?.serial) {
return;
}
drop.classList.add('nope');
drop_zone.classList.remove('hide');
clearTimeout(drop_timer);