guardian/scribe

Improve undo history items

Open

#98 建立於 2014年4月9日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)JavaScript (265 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (3,516 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南