Fix hasFastMode and combine stages
This commit is contained in:
parent
97a0126fd1
commit
3bab344656
@ -547,7 +547,7 @@ public class EditSession implements Extent {
|
||||
* @return true if enabled
|
||||
*/
|
||||
public boolean hasFastMode() {
|
||||
return history == null;
|
||||
return getChangeSet() == null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user