matt-oconnell / vue-monaco-editor

Monaco Editor Vue Component
MIT License
254 stars 59 forks source link

Apply changeThrottle to the provided change handler #6

Open danielo515 opened 7 years ago

danielo515 commented 7 years ago

Hello,

Correct me if I'm wrong, but I think that changeThrottle is only applied to emmited events in case no change handler is provided. It will be nice if such configuration is applied to both in case it is specifically provided .

Regards