Commit c73c1a20 authored by Mike Greiling's avatar Mike Greiling

add missing parameter to triggerEvents

parent 248319d7
......@@ -17,7 +17,7 @@ export default function simulateInput(target, text) {
triggerEvents(input);
});
} else {
triggerEvents();
triggerEvents(input);
}
return true;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment