Only recenter view if necessary, select after delay, fix maprules type

This commit is contained in:
Bryan Housel
2019-02-12 17:25:54 -05:00
parent 14896b0ce5
commit 448fe498bd
4 changed files with 42 additions and 25 deletions
+4 -1
View File
@@ -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;
}