Skip to content

Commit 6cc1b19

Browse files
vnbaaijCopilot
andauthored
Update src/Core.Scripts/src/Components/SortableList/FluentSortableList.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0a7f463 commit 6cc1b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core.Scripts/src/Components/SortableList/FluentSortableList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export namespace Microsoft.FluentUI.Blazor.Components.SortableList {
194194
const oldIndex = Array.from(item.parentNode!.children).indexOf(item);
195195
const newIndex = 0;
196196

197-
const pullMode = pull || true
197+
const pullMode = pull || true;
198198

199199
if (pullMode === false) {
200200
break;

0 commit comments

Comments
 (0)