Fixes the position of the tooltip.

This commit is contained in:
zonble 2022-01-28 17:04:07 +08:00
parent ee521b6ee2
commit 75dc93a2ce
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ static inline NSString *LocalizationNotNeeded(NSString *s) {
gCurrentCandidateController.visible = NO;
if (state.tooltip.length) {
[self _showTooltip:state.tooltip composingBuffer:state.composingBuffer cursorIndex:cursorIndex client:client];
[self _showTooltip:state.tooltip composingBuffer:state.composingBuffer cursorIndex:state.markerIndex client:client];
} else {
[self _hideTooltip];
}