Merge pull request #227 in YR/star-web-components from dock to master
* commit 'f5b2744366a7edfd0e957dc337c4cc5f8cafdd90': BUG: #154710 - 解决主屏容器开始拖拽时,拖拽位置的标记未刷新的问题
This commit is contained in:
commit
85781932c3
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue