Skip to content

Commit 9495e4c

Browse files
committed
refactor: 移除其他组件支持逻辑
1 parent 2994e98 commit 9495e4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BootstrapBlazor/Components/ContextMenu/ContextMenu.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<span>@item.Text</span>
2424
</DynamicElement>
2525
}
26-
else if (context is ComponentBase component)
27-
{
28-
@BootstrapDynamicComponent.CreateComponent(component.GetType()).Render()
29-
}
3026
}
3127
</RenderTemplate>
3228
</div>

0 commit comments

Comments
 (0)