guardian/scribe

Improve undo history items

开放

#98 创建于 2014年4月9日

 (7 条评论) (0 个反应) (0 位负责人)JavaScript (265 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,516 个星标)
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.

贡献者指南