Merge master

This commit is contained in:
Pieter Vander Vennet 2024-09-30 01:22:44 +02:00
commit adaedcba25
27 changed files with 674 additions and 433 deletions

View file

@ -1511,7 +1511,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
if (!element) {
return
}
console.log("Scrolling into view:", element)
// Is the element completely in the view?
const parentRect = Utils.findParentWithScrolling(element)?.getBoundingClientRect()
if (!parentRect) {