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