undo method
HistoryChanged
undo()
Implementation
HistoryChanged undo() {
cachedPlainText = null;
return history.undo(this);
}
HistoryChanged undo() {
cachedPlainText = null;
return history.undo(this);
}