aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index ae45355..a200448 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -108,7 +108,7 @@ impl App {
}
KeyCode::Enter => {
// Handle submission of the new entry
- self.bibiman.handle_new_entry_submission();
+ self.bibiman.handle_new_entry_submission(args);
self.bibiman.close_popup();
self.input_mode = false;
}