mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
Remove block_input
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user