1
0
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:
wellenvogel
2021-11-22 22:00:30 +01:00
parent b311aabcfd
commit 3f3ae0be57
3 changed files with 448 additions and 51 deletions

View File

@@ -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;
});