Fix components not rebuilding content on theme change
This commit is contained in:
@@ -21,6 +21,11 @@ export class CompactionSummaryMessageComponent extends Box {
|
||||
this.updateDisplay();
|
||||
}
|
||||
|
||||
override invalidate(): void {
|
||||
super.invalidate();
|
||||
this.updateDisplay();
|
||||
}
|
||||
|
||||
private updateDisplay(): void {
|
||||
this.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user