mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 05:58:09 +02:00
Merge pull request #5638 from openstreetmap/5612
remove highlight from relation member after it is deleted from relation
This commit is contained in:
@@ -81,6 +81,8 @@ export function uiRawMemberEditor(context) {
|
||||
if (!context.hasEntity(d.relation.id)) {
|
||||
context.enter(modeBrowse(context));
|
||||
}
|
||||
|
||||
utilHighlightEntity(d.id, false, context);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user