fix(ui): collapsed edges selected state

This commit is contained in:
psychedelicious 2024-05-19 14:25:54 +10:00
parent e480844042
commit b3429553bb

View File

@ -250,6 +250,7 @@ export const nodesSlice = createSlice({
type: 'collapsed',
data: { count: 1 },
updatable: false,
selected: edge.selected,
});
}
}
@ -270,6 +271,7 @@ export const nodesSlice = createSlice({
type: 'collapsed',
data: { count: 1 },
updatable: false,
selected: edge.selected,
});
}
}