aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 03:44:47 +0000
committerFuwn <[email protected]>2022-07-17 03:44:47 +0000
commit897226d9d8e0041b1e64d2d407d11dfc5bcd8c60 (patch)
tree4b4719166fb0f0641bd18214f4fce33aedc3bb41 /src/app.rs
parentfeat(Cargo.toml): bump version (diff)
downloadsydney-0.1.2.tar.xz
sydney-0.1.2.zip
feat(app): show old content when inputtingv0.1.2
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.rs b/src/app.rs
index 1873382..f4585c8 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -108,6 +108,7 @@ impl App {
{
self.accept_response_input = true;
self.response_input_text = response.meta().to_string();
+ items = self.items.items.clone();
}
items.push((vec![format!("{}", response.meta().to_string())], None));