Skip to content

Commit

Permalink
fixed a bug of Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Mar 4, 2021
1 parent 9db75d8 commit d37ab73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Shared/HandyControl_Shared/Controls/Other/Drawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ private void Drawer_Unloaded(object sender, RoutedEventArgs e)
{
_storyboard.Completed -= Storyboard_Completed;
}

_container = null;
}

private static void DataContextPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) =>
Expand Down

0 comments on commit d37ab73

Please sign in to comment.