pushHistoryBoundary method

void pushHistoryBoundary()

Breaks the current undo coalescing chain.

Implementation

void pushHistoryBoundary() {
  _history.breakCoalescing();
}