Skip to content

Commit

Permalink
im-v1: fix "," not committed immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Mar 7, 2024
1 parent a72ff29 commit bfd5014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/protocols/input-method-v1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ void handle_im_context_commit_string(wl_client *client, wl_resource *resource,
if (context && context->text_input)
{
wlr_text_input_v3_send_commit_string(context->text_input, text);
wlr_text_input_v3_send_done(context->text_input);
}
}

Expand Down

0 comments on commit bfd5014

Please sign in to comment.