pushHistoryBoundary method
void
pushHistoryBoundary()
Breaks the current undo coalescing chain.
Implementation
void pushHistoryBoundary() {
_history.breakCoalescing();
}
Breaks the current undo coalescing chain.
void pushHistoryBoundary() {
_history.breakCoalescing();
}