1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

fix copy key console error

This commit is contained in:
antelle 2016-04-10 09:41:33 +03:00
parent 8fdc0ebd25
commit ab07be1080
2 changed files with 2 additions and 0 deletions

View File

@ -386,6 +386,7 @@ var DetailsView = Backbone.View.extend({
},
copyKeyPress: function(editView) {
if (this.isHidden()) { return; }
if (!window.getSelection().toString()) {
var fieldValue = editView.value;
var fieldText = fieldValue && fieldValue.isProtected ? fieldValue.getText() : fieldValue;

View File

@ -4,6 +4,7 @@ Release notes
##### v1.1.2 (2016-04-*)
Hotfix
`-` fix notes field text color
`-` fixed some console assertions
##### v1.1.1 (2016-04-07)
Hotfix