fixed plugin search filtering

This commit is contained in:
antelle 2019-09-29 09:58:45 +02:00
parent 1c744d8d6b
commit 3c0444d812
2 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class SettingsPluginsView extends View {
pluginMatchesFilter(plugin) {
const searchStr = this.searchStr;
const manifest = plugin.manifest;
return (
return !!(
!searchStr ||
manifest.name.toLowerCase().indexOf(searchStr) >= 0 ||
(manifest.description && manifest.description.toLowerCase().indexOf(searchStr) >= 0) ||

View File

@ -3,6 +3,7 @@ Release notes
##### v1.11.2 (2019-09-29)
`-` fix #1272: Argon2 error
`-` fixed Dropbox connection on iOS 13 homescreen
`-` fixed plugin search filtering
##### v1.11.1 (2019-09-28)
`-` fix #1270: password change control focus