Commit d320757
committed
Upgrade Leaflet 1.9.3 to 1.9.4
1.9.3's _addFocusListenersOnLayer calls layer.getElement() unguarded, so
any GeoJSON layer containing a nested FeatureGroup throws
"t.getElement is not a function". 1.9.4 guards the call.
This also restores verify_js_logs() in the MultiPoint tooltip test, which
had to omit it for that reason. Because the driver fixture is
session-scoped, the unread error stayed in the browser log and surfaced
in whichever later test read it first — which is why
test_notebook[coordinate_ordering.md] has been failing on main despite
having no tooltips of its own.1 parent 3922b31 commit d320757
2 files changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
0 commit comments