We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ffd54 commit 10a3447Copy full SHA for 10a3447
src/ui-carto/ui/index.common.ts
@@ -165,6 +165,11 @@ export abstract class CartoViewBase extends ContentView {
165
}
166
167
168
+ disposeNativeView() {
169
+ this.mapReady = false;
170
+ super.disposeNativeView()
171
+ }
172
+
173
[focusPosProperty.setNative](value: MapPos) {
174
if (!this.nativeViewProtected || !this.nativeProjection) {
175
return;
0 commit comments