We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56a061 commit 8868acdCopy full SHA for 8868acd
src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs
@@ -3,8 +3,6 @@
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
5
6
-using DocumentFormat.OpenXml.Spreadsheet;
7
-
8
namespace BootstrapBlazor.Server.Components.Samples;
9
10
/// <summary>
@@ -122,7 +120,6 @@ private Task OnDragItemEndAsync(TreeViewDragContext<TreeFoo> context)
122
120
}
123
121
124
125
- var expandNodeIds = new List<string>();
126
Action<TreeViewItem<TreeFoo>>? cb = null;
127
if (context.IsChildren)
128
{
0 commit comments