Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
cosmetic changes, want to pull merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hcientist committed Jan 29, 2024
1 parent de132db commit 0b59600
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 262 deletions.
2 changes: 1 addition & 1 deletion components/flatEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ function FlatEditor({
}
if (slice) {
result = sliceScore(result, slice)
}
} // FIXME: should slice and sliceIdx be mutually exclusive?
if (sliceIdx !== undefined) {
const [colorStart, colorStop] = nthSliceIdxs(result, sliceIdx);
result = nthScoreSlice(result, sliceIdx);
Expand Down
Loading

0 comments on commit 0b59600

Please sign in to comment.