Making modifications in an Entry creates a new History entry

This commit is contained in:
BONNEVILLE Geoffroy
2018-06-18 18:40:00 +02:00
parent 9225732c1a
commit b456e56789
2 changed files with 17 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ namespace ModernKeePass.Views
protected override void OnNavigatedFrom(NavigationEventArgs e)
{
NavigationHelper.OnNavigatedFrom(e);
Model.Reset();
}
#endregion