1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00
This commit is contained in:
antelle 2020-03-14 19:22:48 +01:00
parent 0640009752
commit f601dbe313

View File

@ -295,9 +295,6 @@ class EntryModel extends Model {
}
matchStringMulti(lower, str, find, context) {
if (lower) {
str = str.isProtected ? str.getText().toLowerCase() : str.toLowerCase();
}
for (let i = 0; i < find.length; i++) {
const item = find[i];
let strMatches;