Skip to content

Commit a33b8ae

Browse files
author
coderchan
committed
Fix bug
1 parent cb52074 commit a33b8ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ public extension UITextView {
316316
self.mathExpressionCompletionType = type
317317
return self
318318
}
319-
320-
@available(iOS 18.4, *)
321-
@discardableResult
322-
func conversationContext(_ context: UIConversationContext?) -> Self {
323-
self.conversationContext = context
324-
return self
325-
}
319+
320+
// @available(iOS 18.4, *)
321+
// @discardableResult
322+
// func conversationContext(_ context: UIConversationContext?) -> Self {
323+
// self.conversationContext = context
324+
// return self
325+
// }
326326
#endif
327327
}
328328

0 commit comments

Comments
 (0)