Merge pull request #5638 from openstreetmap/5612

remove highlight from relation member after it is deleted from relation
This commit is contained in:
Bryan Housel
2018-12-20 10:10:46 -05:00
committed by GitHub
+2
View File
@@ -81,6 +81,8 @@ export function uiRawMemberEditor(context) {
if (!context.hasEntity(d.relation.id)) {
context.enter(modeBrowse(context));
}
utilHighlightEntity(d.id, false, context);
}