Avoid builtin page attributes to be overridden

This commit is contained in:
Zef Hemel
2023-12-22 11:27:07 +01:00
parent 8577fb95db
commit 82391682f6
11 changed files with 38 additions and 48 deletions
+2
View File
@@ -167,5 +167,7 @@ async function allQuerySources(): Promise<string[]> {
const allObjectTypes: string[] = (await events.dispatchEvent("query_", {}))
.flat();
// console.log("All object types", allObjectTypes);
return [...allSources, ...allObjectTypes];
}