mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-25 01:31:32 +01:00
Fixed cancel changes in "mobile" mode.
This commit is contained in:
parent
fc0805916e
commit
29a21f5462
@ -31,6 +31,7 @@ Clipperz.PM.UI.Components.Cards.Detail = React.createClass({
|
|||||||
result = this.props['selectedCard'];
|
result = this.props['selectedCard'];
|
||||||
if (result) {
|
if (result) {
|
||||||
result['style'] = this.props['style'];
|
result['style'] = this.props['style'];
|
||||||
|
result['ask'] = this.props['ask'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
@ -160,7 +160,8 @@ Clipperz.PM.UI.Components.Cards.Edit = React.createClass({
|
|||||||
this.renderAddNewField(),
|
this.renderAddNewField(),
|
||||||
this.renderDirectLogins(this.props['directLogins'])
|
this.renderDirectLogins(this.props['directLogins'])
|
||||||
])
|
])
|
||||||
])
|
]),
|
||||||
|
this.props['ask'] ? Clipperz.PM.UI.Components.DialogBox(this.props['ask']) : null
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user