Odd sort-of fix for allowing //stack to be undone

This commit is contained in:
MattBDev 2020-04-10 13:22:28 -04:00
parent 5cc7a09769
commit 092bf98ea5

View File

@ -1469,7 +1469,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
setSourceMask(null);
copy.setSourceMask(mask);
}
Operations.completeBlindly(copy);
Operations.completeLegacy(copy);
return this.changes = copy.getAffected();
}