Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 3a8ac4e

Browse files
committed
fix: build error, textViewDidChange is not public
when build package, textViewDidChange method occur error that is not public
1 parent 5dce378 commit 3a8ac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AuroraEditorSourceEditor/Controller/TextViewController+TextViewDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension TextViewController: TextViewDelegate {
3939
return shouldApplyMutation(mutation, to: textView)
4040
}
4141

42-
func textViewDidChange(
42+
public func textViewDidChange(
4343
_ textView: TextView,
4444
newText: String
4545
) {

0 commit comments

Comments
 (0)