We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d8eae commit 7125615Copy full SHA for 7125615
1 file changed
Aztec/Classes/TextKit/ParagraphProperty/TextList.swift
@@ -146,5 +146,5 @@ fileprivate func getLetter(for number: Int) -> String {
146
return convert(quotient) + String(listChars[listChars.index(listChars.startIndex, offsetBy: remainder)])
147
}
148
149
- return convert(number)
+ return convert(abs(number))
150
0 commit comments