Skip to content

Commit 179c894

Browse files
committed
Clean up binding path
1 parent 1d4f3c0 commit 179c894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainDemo.Wpf/Tabs.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
<DataTemplate>
733733
<StackPanel Orientation="Horizontal">
734734
<TextBlock Text="{Binding CustomHeader}" />
735-
<Button Command="{Binding CloseCommand}" CommandParameter="{Binding .}">
735+
<Button Command="{Binding CloseCommand}" CommandParameter="{Binding}">
736736
<Button.Template>
737737
<ControlTemplate>
738738
<materialDesign:PackIcon Kind="Close"

0 commit comments

Comments
 (0)