fix clipboard initial sync issue introduced in the PR

This commit is contained in:
open-trade
2022-02-08 20:34:10 +08:00
parent aa1c0df08f
commit d313fa92e1
2 changed files with 27 additions and 14 deletions

View File

@@ -330,7 +330,7 @@ impl Connection {
if let Err(e) = handler_input.join() {
log::error!("Failed to join input thread, {:?}", e);
} else {
log::info!("Blank thread exited");
log::info!("input thread exited");
}
let _ = crate::platform::block_input(false);