mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
Resolve autocomplete error
This commit is contained in:
parent
c551eae651
commit
739ab28763
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ function removeDiacritic(str) {
|
|||
if (!str) {
|
||||
return "";
|
||||
}
|
||||
|
||||
str = str.toString();
|
||||
return str.normalize("NFD").replace(/\p{Diacritic}/gu, "");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue