File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,9 @@ -(void)deactivateServer:(id)sender
295
295
-(void )commitComposition : (id )sender
296
296
{
297
297
// NSLog(@"commitComposition:");
298
- // The issue of address bar in Chrome does not exist anymore (version 47)
299
- // - FIXME: chrome's address bar issues this callback when showing suggestions.
300
- /* if ([[sender bundleIdentifier] isEqualToString:@"com.google.Chrome"])
301
- return; */
298
+ // - FIXME: chrome's address bar issues this callback when showing suggestions.
299
+ if ([[sender bundleIdentifier ] isEqualToString: @" com.google.Chrome" ])
300
+ return ;
302
301
// force committing existing Rime composition
303
302
if (_session && rime_get_api ()->commit_composition (_session)) {
304
303
[self rimeConsumeCommittedText ];
You can’t perform that action at this time.
0 commit comments