mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
fix "steel blue" demo theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user