Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Feb 9, 2024
1 parent f58a7c7 commit 4329841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class TextSelectionManager: NSObject {
textSelection.view = nil

let cursorView: NSView

if useSystemCursor, #available(macOS 14.0, *) {
let systemCursorView = NSTextInsertionIndicator(frame: .zero)
cursorView = systemCursorView
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodeEditTextView/TextView/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public class TextView: NSView, NSTextContent {
layoutManager.lineBreakStrategy = newValue
}
}

/// Determines if the text view uses the macOS system cursor or a ``CursorView`` for cursors.
///
/// - Important: Only available after macOS 14.
Expand Down

0 comments on commit 4329841

Please sign in to comment.