Revert form visibility check

This commit is contained in:
varjolintu 2021-07-22 15:00:59 +03:00
parent 721aae07ed
commit 165ec2cbbc
3 changed files with 3 additions and 8 deletions

View file

@ -644,11 +644,6 @@ kpxcFields.isVisible = function(elem) {
return false;
}
// If the input field belongs to a form, check its visibility also
if (elem.nodeName === 'INPUT' && elem.form && !kpxcFields.isVisible(elem.form)) {
return false;
}
return true;
};

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.7.9",
"version_name": "1.7.9",
"version": "1.7.9.1",
"version_name": "1.7.9.1",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {

View file

@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.7.9",
"version": "1.7.9.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {