You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with this component's debounce causing weird issues with a debouncer that surrounds this component. Also the leading edge causes issues as well.
It would be nice if the debounce could be turned off and/or tuned.
It would be nice if INPUT_EVENT_DEBOUNCE_WAIT and { leading: true } arguments to the debouncer could be configured by props instead of being hard coded.
I'm having issues with this component's debounce causing weird issues with a debouncer that surrounds this component. Also the leading edge causes issues as well.
It would be nice if the debounce could be turned off and/or tuned.
It would be nice if
INPUT_EVENT_DEBOUNCE_WAIT
and{ leading: true }
arguments to the debouncer could be configured by props instead of being hard coded.ckeditor5-vue2/src/ckeditor.js
Line 174 in 1640cac
The text was updated successfully, but these errors were encountered: