Merge pull request #227 in YR/star-web-components from dock to master

* commit 'f5b2744366a7edfd0e957dc337c4cc5f8cafdd90':
  BUG: #154710 - 解决主屏容器开始拖拽时,拖拽位置的标记未刷新的问题
This commit is contained in:
汪昌棋 2023-01-12 15:22:05 +08:00
commit 85781932c3
1 changed files with 1 additions and 0 deletions

View File

@ -1458,6 +1458,7 @@ export class GaiaContainer extends StarBaseElement {
startDrag() {
this.status |= STATUS.DRAG
this.dragPosition = 'inner'
this.addTailPage()
const child = this._dnd.child!
this._staticElements = [child.element]