Skip to content

Commit

Permalink
feat: 加入失去焦点时写入原码的逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyyb committed Nov 5, 2023
1 parent 2367b7e commit 23b7102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fire/FireInputServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ extension FireInputController {
}
}
override func deactivateServer(_ sender: Any!) {
insertOriginText()
clean()
NSLog("[FireInputController] deactivate server: \(client()?.bundleIdentifier() ?? "no client deactivate")")
}
Expand Down

0 comments on commit 23b7102

Please sign in to comment.