beginHistoryBatch method

void beginHistoryBatch()

Starts batching subsequent changes into one undo entry.

Implementation

void beginHistoryBatch() {
  _historyBatchDepth += 1;
}