Skip to content

Commit 056ce1a

Browse files
committed
minor
1 parent 63afa14 commit 056ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/STTextViewAppKit/STTextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ import AVFoundation
636636
}
637637

638638

639-
usageBoundsForTextContainerObserver = textLayoutManager.observe(\.usageBoundsForTextContainer, options: [.initial, .new]) { [weak self] textLayoutManager, change in
639+
usageBoundsForTextContainerObserver = textLayoutManager.observe(\.usageBoundsForTextContainer, options: [.initial, .new]) { [weak self] _, _ in
640640
// FB13291926: this notification no longer works
641641
self?.needsUpdateConstraints = true
642642
}

0 commit comments

Comments
 (0)