Skip to content

Commit

Permalink
Merge pull request #5638 from openstreetmap/5612
Browse files Browse the repository at this point in the history
remove highlight from relation member after it is deleted from relation
  • Loading branch information
bhousel authored Dec 20, 2018
2 parents e2c0f5e + 9a5a77f commit 62547e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ui/raw_member_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export function uiRawMemberEditor(context) {
if (!context.hasEntity(d.relation.id)) {
context.enter(modeBrowse(context));
}

utilHighlightEntity(d.id, false, context);
}


Expand Down

0 comments on commit 62547e3

Please sign in to comment.