guardian/scribe

Improve undo history items

Open

#98 ouverte le 9 avr. 2014

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)JavaScript (265 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 516 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur