Skip to content

Commit d8b1250

Browse files
committed
revert: 撤销更改
1 parent 57e1240 commit d8b1250

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/BootstrapBlazor.DockView/Components/DockViewV2.razor

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
<div @attributes="@AdditionalAttributes" id="@Id" class="@ClassString">
55
<template>
6-
<CascadingValue Value="this" IsFixed="true">
7-
<CascadingValue Value="_components" IsFixed="true">
8-
@ChildContent
9-
</CascadingValue>
10-
</CascadingValue>
11-
126
@if (DockView == null)
137
{
148
<DockViewIcon IconName="bar"></DockViewIcon>
@@ -24,5 +18,11 @@
2418
<DockViewIcon IconName="pushpin"></DockViewIcon>
2519
<DockViewDropdownIcon IconName="dropdown"></DockViewDropdownIcon>
2620
}
21+
22+
<CascadingValue Value="this" IsFixed="true">
23+
<CascadingValue Value="_components" IsFixed="true">
24+
@ChildContent
25+
</CascadingValue>
26+
</CascadingValue>
2727
</template>
2828
</div>

0 commit comments

Comments
 (0)