Skip to content

Commit

Permalink
Merge pull request #45 from ensan-hcl/fix/delete_window_update
Browse files Browse the repository at this point in the history
fix: 削除キーを押した際にRawCandidatesが更新されていなかった問題を修正
  • Loading branch information
ensan-hcl authored Aug 6, 2024
2 parents 75428f7 + dc2e47b commit 9c8e8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azooKeyMac/InputController/azooKeyMacInputController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ class azooKeyMacInputController: IMKInputController, CandidatesViewControllerDel
self.updateMarkedTextInComposingMode(text: self.composingText.convertTarget, client: client)
if self.composingText.isEmpty {
self.inputState = .none
} else {
self.updateRawCandidate()
}
case .consume:
return true
Expand Down

0 comments on commit 9c8e8b1

Please sign in to comment.