fix: Multiple cards should form a masonry layout (#1585)

This commit is contained in:
Dermot Duffy
2024-09-24 20:01:49 -07:00
committed by GitHub
parent 1bc164ecd6
commit 4e3b16f9b8
3 changed files with 9 additions and 23 deletions
@@ -54,10 +54,6 @@ export class CardElementManager {
return this._element.hasUpdated;
}
public getCardHeight(): number {
return this._element.getBoundingClientRect().height;
}
public elementConnected(): void {
// Set initial condition state. Must be done after the element is connected to
// allow callbacks to interact with the card.