martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

Trim whitespace from emitted events in action buttons #16

Open martywallace opened 7 years ago

martywallace commented 7 years ago

If an action token contains whitespace e.g. { something:action }, the emitted event is "action " with a trailing whitespace character. This should be trimmed.