mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
allow 30 xdr mappings, scroll correctly
This commit is contained in:
@@ -566,7 +566,9 @@ function findFreeXdr(data){
|
||||
el.value=data;
|
||||
let ev=new Event('change');
|
||||
el.dispatchEvent(ev);
|
||||
el.scrollIntoView();
|
||||
window.setTimeout(function(){
|
||||
cat.scrollIntoView();
|
||||
},50);
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user