removing processing check in DelegateInputHandler
This commit is contained in:
@@ -98,7 +98,7 @@ class DelegateInputHandler implements InputHandler {
|
||||
@override
|
||||
Future handle(InputEvent event) async {
|
||||
|
||||
if (!_ready || _processing) {
|
||||
if (!_ready) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user