Skip to content

Commit 7a9ad9f

Browse files
committed
refactor: 精简代码
1 parent 5982ba8 commit 7a9ad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ public async Task DragItemCallback(int originIndex, int currentIndex)
906906
}
907907
}
908908

909-
private string? GetIdByTabItem(TabItem item) => (ShowFullScreen && item.ShowFullScreen) ? ComponentIdGenerator.Generate(item) : null;
909+
private string? GetIdByTabItem(TabItem item) => ComponentIdGenerator.Generate(item);
910910

911911
private Task OnRefreshAsync()
912912
{

0 commit comments

Comments
 (0)