Skip to content

Commit 5f02c41

Browse files
author
farfromrefug
committed
chore: tsc
1 parent c2843f2 commit 5f02c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-carto/ui/index.common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ export abstract class CartoViewBase extends ContentView {
167167

168168
disposeNativeView() {
169169
this.mapReady = false;
170-
super.disposeNativeView()
170+
super.disposeNativeView();
171171
}
172-
172+
173173
[focusPosProperty.setNative](value: MapPos) {
174174
if (!this.nativeViewProtected || !this.nativeProjection) {
175175
return;

0 commit comments

Comments
 (0)