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 080f5d6 commit bb359dcCopy full SHA for bb359dc
Sources/CodeEditTextView/TextLine/LineFragmentView.swift
@@ -25,7 +25,6 @@ open class LineFragmentView: NSView {
25
26
open override func hitTest(_ point: NSPoint) -> NSView? { nil }
27
28
- /// Initialize with random background color animation
29
public override init(frame frameRect: NSRect) {
30
super.init(frame: frameRect)
31
}
0 commit comments