Don't call updateTags extra times

(closes #3650)
This commit is contained in:
Bryan Housel
2016-12-17 22:38:28 -05:00
parent 6ed2dce08d
commit fac0429c4c

View File

@@ -242,6 +242,7 @@ export function uiFieldAddress(field, context) {
updateTags(tags);
} else {
dispatch.on('init', function () {
dispatch.on('init', null);
updateTags(tags);
});
}