Trying to avoid one-off validations when history changes will trigger it

This commit is contained in:
Bryan Housel
2019-04-05 11:37:02 -04:00
parent f17ebee402
commit af45dbce10

View File

@@ -349,9 +349,6 @@ export function behaviorDrawWay(context, wayID, index, mode, startGraph, baselin
var isNewFeature = !mode.isContinuing;
context.enter(modeSelect(context, [wayID]).newFeature(isNewFeature));
if (isNewFeature) {
context.validator().validate();
}
};