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 85b7ec0 commit 2cd9937Copy full SHA for 2cd9937
1 file changed
packages/maps/src/tmap/map.ts
@@ -149,6 +149,7 @@ export default class TMapService extends BaseMapService<TMap.Map> {
149
this.map.on('rotate', this.handleCameraChanged);
150
this.map.on('pitch', this.handleCameraChanged);
151
this.map.on('zoom', this.handleCameraChanged);
152
+ this.map.on('resize', this.handleCameraChanged);
153
154
// Trigger camera change after init
155
this.handleCameraChanged();
0 commit comments