mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2740 from keepassxreboot/fix/incorrect_fields_variable
Fix incorrect fields variable
This commit is contained in:
commit
2fb4b371e6
1 changed files with 1 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ kpxcCustomLoginFieldsBanner.handleTopWindowMessage = function(args) {
|
|||
kpxcCustomLoginFieldsBanner.selection.totp = selection;
|
||||
kpxcCustomLoginFieldsBanner.setSelectedField();
|
||||
} else if (message === 'string_field_selected') {
|
||||
kpxcCustomLoginFieldsBanner.selection.stringFields = selection;
|
||||
kpxcCustomLoginFieldsBanner.selection.fields = selection;
|
||||
kpxcCustomLoginFieldsBanner.setSelectedField();
|
||||
} else if (message === 'enable_clear_data_button') {
|
||||
kpxcCustomLoginFieldsBanner.buttons.clearData.style.display = 'inline-block';
|
||||
|
|
|
|||
Loading…
Reference in a new issue