chore(views/table): unnecessary code

This commit is contained in:
Elian Doran 2025-07-04 21:25:27 +03:00
parent ef80f104c0
commit ba22d0706f
No known key found for this signature in database

View File

@ -208,14 +208,6 @@ export default class TableView extends ViewMode<StateInfo> {
}
}
private getTheme(): Theme {
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return themeQuartz.withPart(colorSchemeDark)
} else {
return themeQuartz;
}
}
onEntitiesReloaded({ loadResults }: EventData<"entitiesReloaded">): boolean | void {
if (!this.api) {
return;