mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'master' of github.com:antvis/L7
This commit is contained in:
commit
78afbc571d
|
@ -288,6 +288,7 @@ export default class Scene extends EventEmitter implements ISceneService {
|
||||||
// @ts-check
|
// @ts-check
|
||||||
if (this.$container) {
|
if (this.$container) {
|
||||||
this.initContainer();
|
this.initContainer();
|
||||||
|
DOM.triggerResize();
|
||||||
this.coordinateSystemService.needRefresh = true;
|
this.coordinateSystemService.needRefresh = true;
|
||||||
|
|
||||||
// repaint layers
|
// repaint layers
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
const version = '2.2.23';
|
const version = '2.2.24';
|
||||||
export { version };
|
export { version };
|
||||||
|
|
Loading…
Reference in New Issue