Improve search UI

This commit is contained in:
Pieter Vander Vennet 2024-08-30 02:18:29 +02:00
parent 3be286c2b1
commit 93f03ddbaf
22 changed files with 564 additions and 499 deletions

View file

@ -340,7 +340,7 @@ export default class LayoutConfig implements LayoutInformation {
}
}
}
console.trace("Fallthrough: could not find the appropraite layer for an object with tags", tags, "within layout", this)
console.trace("Fallthrough: could not find the appropriate layer for an object with tags", tags, "within layout", this)
return undefined
}