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 8f517c9 commit ba3b3e9Copy full SHA for ba3b3e9
Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/StatusBar.swift
@@ -211,6 +211,7 @@ struct StatusBar: View {
211
}
212
213
// When there's a single cursor, display the line and column.
214
+ // swiftlint:disable:next line_length
215
return "Line: \(cursorPositions[0].start.line) Col: \(cursorPositions[0].start.column) Range: \(cursorPositions[0].range)"
216
217
0 commit comments