去除组件编辑容器编码错误
This commit is contained in:
parent
1504d2a1df
commit
b1a05315a4
|
@ -193,9 +193,6 @@ export class IconAddedContainer extends LitElement {
|
|||
})
|
||||
|
||||
dndObserverCallback()
|
||||
window.addEventListener('resize', () => {
|
||||
this.firstUpdated()
|
||||
})
|
||||
}
|
||||
|
||||
get elements() {
|
||||
|
|
|
@ -178,9 +178,6 @@ export class IconUnaddContainer extends LitElement {
|
|||
})
|
||||
|
||||
dndObserverCallback()
|
||||
window.addEventListener('resize', () => {
|
||||
this.firstUpdated()
|
||||
})
|
||||
}
|
||||
|
||||
get elements() {
|
||||
|
|
Loading…
Reference in New Issue