fix #555: keyfile selection issue

This commit is contained in:
antelle 2017-03-26 11:15:36 +02:00
parent 046a78e32b
commit 55c224dff6
2 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,7 @@ const OpenView = Backbone.View.extend({
this.params.rev = null;
this.params.keyFileName = fileInfo.get('keyFileName');
this.params.keyFilePath = fileInfo.get('keyFilePath');
this.params.keyFileData = null;
this.displayOpenFile();
this.displayOpenKeyFile();
},

View File

@ -10,6 +10,7 @@ Release notes
##### v1.4.1 (TBD)
`+` fix #544: read files with empty binaries
`+` fix #555: keyfile selection issue
##### v1.4.0 (2017-02-04)
KDBX4 format support and minor improvements