Skip to content

Commit

Permalink
Don't call updateTags extra times
Browse files Browse the repository at this point in the history
(closes #3650)
  • Loading branch information
bhousel committed Dec 18, 2016
1 parent 6ed2dce commit fac0429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ui/fields/address.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export function uiFieldAddress(field, context) {
updateTags(tags);
} else {
dispatch.on('init', function () {
dispatch.on('init', null);
updateTags(tags);
});
}
Expand Down

0 comments on commit fac0429

Please sign in to comment.