1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Remove block_input

This commit is contained in:
Colton Hurst
2025-08-04 09:41:08 -04:00
parent dfbf1ad48c
commit 99ca2cc5f5

View File

@@ -38,9 +38,9 @@ pub fn type_input(input: Vec<u16>) -> 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
}