Skip to content

Commit

Permalink
fix demo has wrong input
Browse files Browse the repository at this point in the history
  • Loading branch information
miku1958 committed Dec 7, 2024
1 parent eb45abc commit 63d7f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Client: NSObject, IMKTextInput {
return
}
textView.insertText(string, replacementRange: replacementRange)
self.replacementRange = nil
}
}

Expand Down

0 comments on commit 63d7f93

Please sign in to comment.