guardian/scribe

Improve undo history items

Open

#98 aperta il 9 apr 2014

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

Metriche repository

Star
 (3516 star)
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