File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6170,7 +6170,11 @@ The [=remote end steps=] with |command parameters| are:
61706170
61716171 1. For each |user context| of |user contexts|:
61726172
6173- 1. [=map/Set=] [=geolocation overrides map=] [|user context|] to |emulated position data|.
6173+ 1. If |emulated position data| is null, remove the |user context| from
6174+ [=geolocation overrides map=] .
6175+
6176+ 1. Otherwise, [=map/set=] [=geolocation overrides map=] [|user context|] to
6177+ |emulated position data|.
61746178
61756179 1. [=list/For each=] |top-level traversable| of the list of all [=/top-level traversables=]
61766180 whose [=associated user context=] is |user context|:
@@ -6179,7 +6183,13 @@ The [=remote end steps=] with |command parameters| are:
61796183
618061841. For each |navigable| of |navigables|:
61816185
6182- 1. [=Set emulated position data=] with |navigable| and |emulated position data|.
6186+ 1. Let |user context| be |navigable|'s [=associated user context=] .
6187+
6188+ 1. If |emulated position data| is null and [=geolocation overrides map=] [=map/contains=]
6189+ |user context|, [=set emulated position data=] with |navigable| and
6190+ [=geolocation overrides map=] [|user context|] .
6191+
6192+ 1. Otherwise, [=set emulated position data=] with |navigable| and |emulated position data|.
61836193
618461941. Return [=success=] with data null.
61856195
You can’t perform that action at this time.
0 commit comments