add missing parameter to triggerEvents

This commit is contained in:
Mike Greiling 2017-10-31 12:39:36 -05:00
parent 248319d7f4
commit c73c1a20e3
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default function simulateInput(target, text) {
triggerEvents(input);
});
} else {
triggerEvents();
triggerEvents(input);
}
return true;
}