BUG: #154710 - 解决主屏容器开始拖拽时,拖拽位置的标记未刷新的问题

This commit is contained in:
luojiahao 2023-01-11 14:24:13 +08:00
parent 66a8c306ef
commit f5b2744366
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]