remove member's highlight when removed from relation

ref #5612
This commit is contained in:
Max Grossman
2018-12-20 09:23:58 -05:00
parent 90e3cd8e87
commit 18c32511a2
+3
View File
@@ -81,6 +81,9 @@ export function uiRawMemberEditor(context) {
if (!context.hasEntity(d.relation.id)) {
context.enter(modeBrowse(context));
}
utilHighlightEntity(d.id, false, context);
}