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