Skip to content

Commit 3c9b935

Browse files
vnbaaijCopilot
andauthored
Update src/Core/Components/SortableList/FluentSortableList.razor.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b434a67 commit 3c9b935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/Components/SortableList/FluentSortableList.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ namespace Microsoft.FluentUI.AspNetCore.Components;
1515
/// </summary>
1616
public partial class FluentSortableList<TItem> : FluentComponentBase, IAsyncDisposable
1717
{
18-
//private const string JAVASCRIPT_FILE = FluentJSModule.JAVASCRIPT_ROOT + "SortableList/FluentSortableList.razor.js";
1918
private ElementReference? _element;
2019
private DotNetObjectReference<FluentSortableList<TItem>>? _selfReference;
2120
private IJSObjectReference? _jsHandle;

0 commit comments

Comments
 (0)