mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Resolve autocomplete error
This commit is contained in:
parent
c551eae651
commit
739ab28763
@ -281,7 +281,7 @@ function removeDiacritic(str) {
|
||||
if (!str) {
|
||||
return "";
|
||||
}
|
||||
|
||||
str = str.toString();
|
||||
return str.normalize("NFD").replace(/\p{Diacritic}/gu, "");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user