diff options
| author | Fuwn <[email protected]> | 2022-07-17 03:44:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-17 03:44:47 +0000 |
| commit | 897226d9d8e0041b1e64d2d407d11dfc5bcd8c60 (patch) | |
| tree | 4b4719166fb0f0641bd18214f4fce33aedc3bb41 /src | |
| parent | feat(Cargo.toml): bump version (diff) | |
| download | sydney-897226d9d8e0041b1e64d2d407d11dfc5bcd8c60.tar.xz sydney-897226d9d8e0041b1e64d2d407d11dfc5bcd8c60.zip | |
feat(app): show old content when inputtingv0.1.2
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |