maxeckel / livewire-editorjs

This Package aims for an easy integration of Editor.JS with Laravel Livewire
MIT License
146 stars 20 forks source link

Add configurable debounce to editor saving #9

Closed maxeckel closed 2 years ago

maxeckel commented 3 years ago

As the component relies on using $wire.set to update its state server side, there should be a configurable debounce. This debounce would prevent update requests to be sent too often.

Sadly I haven't found a way to use "defer" yet.