Skip to content

Commit

Permalink
Annoying mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurLeFloch committed May 14, 2024
1 parent 8572ec0 commit ac05509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/editor/widgets/point.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function clear() {
for (let i = 0; i < storedPoints.length; i++) {
if (storedPoints[i] === null) continue;
if (storedPoints[i].classList[1] === INACTIVE) continue;
transitions[storedPoints[i].classList[1]][1](i);
transitions[storedPoints[i].classList[1]][2](i);
}
storedPoints = [];
}

0 comments on commit ac05509

Please sign in to comment.