@AntonKhorev commented on this pull request.


> +            .get(0)
+            .scrollIntoView({ block: "nearest" });

This is a misleading change. `scrollIntoView` is not called on the same object 
as `text` and `prop`. You'd have to assign the result of `get` to some variable.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5643#pullrequestreview-2605808802
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5643/review/2605808...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to