fix "steel blue" demo theme

This commit is contained in:
zadam
2021-09-28 10:02:25 +02:00
parent 533fcd06e4
commit c5917bfc78
4 changed files with 3 additions and 3 deletions

View File

@@ -649,7 +649,7 @@ class Note extends AbstractEntity {
this.flatTextCache += ' ';
}
this.flatTextCache = utils.removeDiacritic(this.flatTextCache.toLowerCase());
this.flatTextCache = utils.normalize(this.flatTextCache);
}
return this.flatTextCache;