fix(action): dispatch of edit-scrollback (#1523)

This commit is contained in:
a-kenji 2022-06-17 22:02:47 +02:00 committed by GitHub
parent 641c5a34d4
commit 8da6207849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,6 +235,7 @@ impl InputHandler {
| Action::Run(_)
| Action::NewPane(_)
| Action::WriteChars(_)
| Action::EditScrollback
| Action::Write(_) => {
let client_id = clients.first().unwrap();
log::error!("Sending action to client: {}", client_id);