mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'master' into shihui_dev
This commit is contained in:
commit
3b58d9d436
|
@ -45,6 +45,7 @@ export default class Control extends EventEmitter {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
public setPosition(position: PositionName = 'bottomright') {
|
public setPosition(position: PositionName = 'bottomright') {
|
||||||
|
|
||||||
// 考虑组件的自动布局,需要销毁重建
|
// 考虑组件的自动布局,需要销毁重建
|
||||||
const controlService = this.controlService;
|
const controlService = this.controlService;
|
||||||
if (controlService) {
|
if (controlService) {
|
||||||
|
|
Loading…
Reference in New Issue