Refactoring: fix background layer switch and hotkeys

This commit is contained in:
Pieter Vander Vennet 2023-04-21 17:37:50 +02:00
parent c2b9a81c51
commit 23b26c4197
5 changed files with 44 additions and 64 deletions

View file

@ -71,7 +71,7 @@ export default class MetaTagging {
return
}
console.trace("Recalculating metatags...")
console.debug("Recalculating metatags...")
const metatagsToApply: SimpleMetaTagger[] = []
for (const metatag of SimpleMetaTaggers.metatags) {
if (metatag.includesDates) {