diff --git a/apps/desktop/desktop_native/autotype/src/windows.rs b/apps/desktop/desktop_native/autotype/src/windows.rs index 931c111e2f5..fa5961ee3bc 100644 --- a/apps/desktop/desktop_native/autotype/src/windows.rs +++ b/apps/desktop/desktop_native/autotype/src/windows.rs @@ -38,9 +38,9 @@ pub fn type_input(input: Vec) -> Result<(), ()> { keyboard_inputs.push(next_up_input); } - let _ = block_input(true); + //let _ = block_input(true); let result = send_input(keyboard_inputs); - let _ = block_input(false); + //let _ = block_input(false); result }