Skip to content

Commit da814ba

Browse files
committed
添加比较器
1 parent 57a830a commit da814ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Table/TableToolbar.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial class TableToolbar<TItem> : ComponentBase
2020
/// </summary>
2121
private readonly List<IToolbarComponent> _buttons = [];
2222

23-
private readonly ConcurrentDictionary<ButtonBase, bool> _asyncButtonStateCache = new();
23+
private readonly ConcurrentDictionary<ButtonBase, bool> _asyncButtonStateCache = new(ReferenceEqualityComparer.Instance);
2424

2525
/// <summary>
2626
/// Specifies the content to be rendered inside this

0 commit comments

Comments
 (0)