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
|
||||
if (this.$container) {
|
||||
this.initContainer();
|
||||
DOM.triggerResize();
|
||||
this.coordinateSystemService.needRefresh = true;
|
||||
|
||||
// repaint layers
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
const version = '2.2.23';
|
||||
const version = '2.2.24';
|
||||
export { version };
|
||||
|
|
Loading…
Reference in New Issue