This commit is contained in:
Jesse Boyd 2016-04-26 11:15:48 +10:00
parent 143847816f
commit 9a3daaa383

View File

@ -207,7 +207,7 @@ public class LocalSession {
}
// Don't store anything if no changes were made
if (editSession.size() == 0) return;
if (editSession.size() == 0 || editSession.hasFastMode()) return;
// Destroy any sessions after this undo point
while (historyPointer < history.size()) {