guardian/scribe

Improve undo history items

オープン

#98 opened on 2014/04/09

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (265 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,516 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド