fix(action): dispatch of edit-scrollback (#1523)
This commit is contained in:
parent
641c5a34d4
commit
8da6207849
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ impl InputHandler {
|
||||||
| Action::Run(_)
|
| Action::Run(_)
|
||||||
| Action::NewPane(_)
|
| Action::NewPane(_)
|
||||||
| Action::WriteChars(_)
|
| Action::WriteChars(_)
|
||||||
|
| Action::EditScrollback
|
||||||
| Action::Write(_) => {
|
| Action::Write(_) => {
|
||||||
let client_id = clients.first().unwrap();
|
let client_id = clients.first().unwrap();
|
||||||
log::error!("Sending action to client: {}", client_id);
|
log::error!("Sending action to client: {}", client_id);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue