enhancementhelp wanted
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.