diff options
| author | Fuwn <[email protected]> | 2022-07-17 03:50:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-17 03:50:32 +0000 |
| commit | ee356821b4b8aa985d85ab11d61fd903e9317c93 (patch) | |
| tree | b620d7e30717aa83bb7ac2a98da5d1d7bf93ef99 /src | |
| parent | fix(input): vim-like command input reset (diff) | |
| download | sydney-ee356821b4b8aa985d85ab11d61fd903e9317c93.tar.xz sydney-ee356821b4b8aa985d85ab11d61fd903e9317c93.zip | |
fix(app): no double meta on error
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -140,8 +140,6 @@ impl App { } else if response.status() != &Status::Input && response.status() != &Status::SensitiveInput { - items.push((vec![response.meta().to_string()], None)); - self.error = Some(response.meta().to_string()); } |