Fixes and improvements related to components
This commit is contained in:
@@ -92,7 +92,7 @@ export class ThemeManager extends ApplicationService {
|
||||
const activeThemes = this.application!.componentManager!.getActiveThemes();
|
||||
for (const theme of activeThemes) {
|
||||
if (theme) {
|
||||
this.application!.componentManager!.deregisterComponent(theme);
|
||||
this.application!.componentManager!.deregisterComponent(theme.uuid);
|
||||
}
|
||||
}
|
||||
this.activeThemes = [];
|
||||
|
||||
Reference in New Issue
Block a user