aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-09-18 11:37:08 -0400
committerbobzel <zzzman@gmail.com>2023-09-18 11:37:08 -0400
commitd5d6298c6b2890a40060ba6ecca7417f387a76fb (patch)
tree176429876a034ff17a6d239ac14dafa20acb4b27
parent97424d30199adb56981e150733606c356c0c25e6 (diff)
maybe maps are finally working now?
-rw-r--r--src/client/views/nodes/MapBox/MapBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx
index b54157593..3e22c0d0e 100644
--- a/src/client/views/nodes/MapBox/MapBox.tsx
+++ b/src/client/views/nodes/MapBox/MapBox.tsx
@@ -701,7 +701,7 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps
// prettier-ignore
this._rerenderTimeout = this._rerenderTimeout ??
setTimeout(action(() => {
- if ((window as any).Microsoft?.Maps) {
+ if ((window as any).Microsoft?.Maps?.Internal._WorkDispatcher) {
MapBox._rerenderDelay = 0;
}
this._rerenderTimeout = undefined;