Skip to content

Commit 88766d2

Browse files
NotYoojunCopilot
andauthored
Update source/iNKORE.UI.WPF.Modern/Controls/Helpers/TabItemHelper.cs
Co-authored-by: Copilot <[email protected]>
1 parent d540352 commit 88766d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iNKORE.UI.WPF.Modern/Controls/Helpers/TabItemHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void CanExecuteCustomCommand(object sender, CanExecuteRoutedEventArgs e)
312312
foreach (var binding in item.CommandBindings)
313313
{
314314
if (binding is CommandBinding cmb && cmb.Command == CloseTabButtonCommand
315-
&& cmb != closeTabButtonCommandBinding)
315+
&& cmb != closeTabButtonCommandBinding)
316316
{
317317
item.CommandBindings.Remove(cmb);
318318
break;

0 commit comments

Comments
 (0)