guardian/scribe

Improve undo history items

Aperta

#98 aperta il 9 apr 2014

 (7 commenti) (0 reazioni) (0 assegnatari)JavaScript (265 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3516 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It would be nice if we could set the debounce on inputs so undo/redo don't trigger for every key.

Could be an option:

Scribe(el, { debounce: 50 });

Or the ability to monkeypatch the input event would be great too.

Guida contributor