guardian/scribe

Improve undo history items

Open

#98 aberto em 9 de abr. de 2014

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (265 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (3.516 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador