Skip to content

Commit ac0bf26

Browse files
committed
fix: Remove _flatPos assignment in Popup class
1 parent 80cfc78 commit ac0bf26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/popup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ export class Popup extends Evented {
310310
setLngLat(lnglat: LngLatLike): this {
311311
this._lngLat = LngLat.convert(lnglat);
312312
this._pos = null;
313-
this._flatPos = null;
314313

315314
this._trackPointer = false;
316315

0 commit comments

Comments
 (0)