Skip to content

Commit 4eedcc0

Browse files
committed
chore(tile): Removed obsolete createRenderRoot
1 parent 4904b58 commit 4eedcc0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/tile-manager/tile.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,6 @@ export default class IgcTileComponent extends EventEmitterMixin<
368368
this.style.viewTransitionName || `tile-transition-${this.id}`;
369369
}
370370

371-
protected override createRenderRoot() {
372-
const root = super.createRenderRoot();
373-
root.addEventListener('slotchange', () => this.requestUpdate());
374-
return root;
375-
}
376-
377371
private _setDragState(state = true) {
378372
this._isDragging = state;
379373
this._tileContent.style.opacity = state ? '0' : '';

0 commit comments

Comments
 (0)