mirror of https://gitee.com/antv-l7/antv-l7
fix(control): lint error
This commit is contained in:
parent
b306e4ce1d
commit
363b5cb0ba
|
@ -48,7 +48,7 @@ export default class Control extends EventEmitter {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
public setPosition(position: PositionName) {
|
public setPosition(position: PositionName) {
|
||||||
// 考虑组件的自动布局,需要销毁重建
|
// 考虑组件的自动布局,需要销毁重建
|
||||||
// const controlService = this.controlService;
|
// const controlService = this.controlService;
|
||||||
// if (controlService) {
|
// if (controlService) {
|
||||||
// controlService.removeControl(this);
|
// controlService.removeControl(this);
|
||||||
|
|
Loading…
Reference in New Issue