Skip to content

Commit

Permalink
Update resources/js/composables/album/treeOperations.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Dec 10, 2024
1 parent 97b7b89 commit 8461cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/composables/album/treeOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function useTreeOperations(
errors.value.forEach((e) => toast.add({ severity: "error", summary: "Error", detail: e, life: 3000 }));
}

// We increment all the nodes left and right by 1.
// We increment all the nodes' (>= lft) left and right by 1.
function incrementLft(id: string) {
if (albums.value === undefined) {
return;
Expand Down

0 comments on commit 8461cde

Please sign in to comment.