Merge branch 'master' into shihui_dev

This commit is contained in:
YiQianYao 2021-05-27 20:49:54 +08:00 committed by GitHub
commit 3b58d9d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {