We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4904b58 commit 4eedcc0Copy full SHA for 4eedcc0
src/components/tile-manager/tile.ts
@@ -368,12 +368,6 @@ export default class IgcTileComponent extends EventEmitterMixin<
368
this.style.viewTransitionName || `tile-transition-${this.id}`;
369
}
370
371
- protected override createRenderRoot() {
372
- const root = super.createRenderRoot();
373
- root.addEventListener('slotchange', () => this.requestUpdate());
374
- return root;
375
- }
376
-
377
private _setDragState(state = true) {
378
this._isDragging = state;
379
this._tileContent.style.opacity = state ? '0' : '';
0 commit comments