* 'Redo' the next user entry in the history table. * This does not modify the history table, only the pointer to the current state. * @private
()
| 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. |
no test coverage detected