Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -101,7 +101,7 @@ public class Badge : HeaderedContentControl
|
|||||||
set => SetValue(BadgeFontSizeProperty, value);
|
set => SetValue(BadgeFontSizeProperty, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheirtdoc/>
|
/// <inheritdoc/>
|
||||||
protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
|
protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
|
||||||
{
|
{
|
||||||
_badgeContainer?.RemoveHandler(SizeChangedEvent, OnBadgeSizeChanged);
|
_badgeContainer?.RemoveHandler(SizeChangedEvent, OnBadgeSizeChanged);
|
||||||
|
|||||||
Reference in New Issue
Block a user