mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Only recenter view if necessary, select after delay, fix maprules type
This commit is contained in:
@@ -2,7 +2,7 @@ import { services } from '../services';
|
||||
|
||||
|
||||
export function validationMaprules() {
|
||||
validation.type = 'maprules';
|
||||
var type = 'maprules';
|
||||
|
||||
|
||||
var validation = function(entity, context) {
|
||||
@@ -22,5 +22,8 @@ export function validationMaprules() {
|
||||
};
|
||||
|
||||
|
||||
validation.type = type;
|
||||
|
||||
|
||||
return validation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user