aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index 76b6b60..1e8e083 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -184,6 +184,8 @@ fn handle_editing_input(
} else {
app.error = None;
app.wrap_at = at;
+
+ app.make_request();
},
}