Fixed Blazor syntax

This commit is contained in:
Thorsten Sommer 2026-01-11 15:14:53 +01:00
parent a465f1fed4
commit 48edfe32c0
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,6 +15,6 @@
UserAttributes="@SPELLCHECK_ATTRIBUTES"/>
<MudTooltip Text="@this.ToggleVisibilityTooltip">
<MudIconButton Icon="@this.InputTypeIcon" OnClick="() => this.ToggleVisibility()"/>
<MudIconButton Icon="@this.InputTypeIcon" OnClick="@(() => this.ToggleVisibility())"/>
</MudTooltip>
</MudStack>