fix hover-highlight of changed features in upload dialog

fixes #10030
This commit is contained in:
Martin Raifer
2025-05-06 11:16:08 +02:00
parent 61670beb1d
commit 39d2201e6e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export function uiSectionChanges(context) {
.call(t.append('commit.download_changes'));
function mouseover(d) {
function mouseover(d3_event, d) {
if (d.entity) {
context.surface().selectAll(
utilEntityOrMemberSelector([d.entity.id], context.graph())