MCPcopy
hub / github.com/autoNumeric/autoNumeric / _historyTableRedo

Method _historyTableRedo

src/AutoNumeric.js:1770–1772  ·  view source on GitHub ↗

* 'Redo' the next user entry in the history table. * This does not modify the history table, only the pointer to the current state. * @private

()

Source from the content-addressed store, hash-verified

1768 * @private
1769 */
1770 _historyTableRedo() {
1771 this._historyTableUndoOrRedo(false);
1772 }
1773
1774 /**
1775 * Reset the history table to its initial state, and select the value.

Callers 1

_onKeyupMethod · 0.95

Calls 1

Tested by

no test coverage detected