There was an error while loading. Please reload this page.
1 parent a11f1ff commit 064775aCopy full SHA for 064775a
1 file changed
infra/tsf/src/tsf_key_event_service.cpp
@@ -47,7 +47,7 @@ namespace scriptorium::brush::infra::tsf {
47
const std::string req_data = felt::service::input_protocol_service::build_key_event_request(key_event);
48
const std::string response = input_protocol_ipc_client_->sync_send(req_data);
49
const auto [type, candidate_info] = felt::service::input_protocol_service::parse_instruction_response(response);
50
- const auto content = candidate_info.payload;
+ const auto content = candidate_info.word;
51
const auto is_commit = type == felt::core::protocol::input::v1::message_type::COMMIT;
52
53
if (pic != nullptr && client_id_ != TF_CLIENTID_NULL) {
0 commit comments