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 8c16606 commit ae2aa61Copy full SHA for ae2aa61
Sources/CodeEditSourceEditor/SourceEditor/SourceEditor.swift
@@ -93,7 +93,7 @@ public struct SourceEditor: NSViewControllerRepresentable {
93
cursorPositions: cursorPositions.wrappedValue,
94
highlightProviders: context.coordinator.highlightProviders,
95
undoManager: undoManager,
96
- coordinators: coordinators,
+ coordinators: coordinators
97
)
98
switch text {
99
case .binding(let binding):
0 commit comments