original form fully working in the tui functions is the logic for the form
This commit is contained in:
@@ -52,7 +52,7 @@ pub async fn handle_read_only_event(
|
|||||||
|
|
||||||
// Try to match the current sequence against Read-Only mode bindings
|
// Try to match the current sequence against Read-Only mode bindings
|
||||||
if let Some(action) = config.matches_key_sequence_generalized(&sequence) {
|
if let Some(action) = config.matches_key_sequence_generalized(&sequence) {
|
||||||
let result = if action == "previous_entry" && app_state.ui.show_form {
|
let result = if (action == "previous_entry" || action == "next_entry") && app_state.ui.show_form {
|
||||||
crate::tui::functions::form::handle_action(
|
crate::tui::functions::form::handle_action(
|
||||||
action,
|
action,
|
||||||
form_state,
|
form_state,
|
||||||
|
|||||||
Reference in New Issue
Block a user