We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434a67 commit 3c9b935Copy full SHA for 3c9b935
src/Core/Components/SortableList/FluentSortableList.razor.cs
@@ -15,7 +15,6 @@ namespace Microsoft.FluentUI.AspNetCore.Components;
15
/// </summary>
16
public partial class FluentSortableList<TItem> : FluentComponentBase, IAsyncDisposable
17
{
18
- //private const string JAVASCRIPT_FILE = FluentJSModule.JAVASCRIPT_ROOT + "SortableList/FluentSortableList.razor.js";
19
private ElementReference? _element;
20
private DotNetObjectReference<FluentSortableList<TItem>>? _selfReference;
21
private IJSObjectReference? _jsHandle;
0 commit comments