Skip to content

Commit

Permalink
OSK now stays open when focused on the "Interval" field
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Nov 27, 2024
1 parent 86ece83 commit 9381476
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/server/frontend_wayland/text_input_v1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,6 @@ void TextInputV1::commit_state(uint32_t client_serial)
state_serials.pop_front();
}
}
else
{
ctx->text_input_hub->deactivate_handler(handler);
}
on_new_input_field = false;
}

void TextInputV1::invoke_action(uint32_t button, uint32_t index)
Expand Down

0 comments on commit 9381476

Please sign in to comment.