angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

debounce update delay configurable? #325

Open anuroopjoy opened 7 years ago

anuroopjoy commented 7 years ago

Is it possible to make the debounce time delay in the angular-ui-tinymce as configurable? The debounce delay is causing issues while working with other plugins like ment.io (mentions). So it would be great if we could override the delay without editing the library.

GuiF007 commented 6 years ago

This debounce time is awful and does not allow quick action, like copy & paste and directly save... We needed to delay all the save button to besure we had refreshed model... It sucks !