Fix another non-unique id passed to a MouseEventHandler

This commit is contained in:
Max Brunsfeld 2022-02-17 12:48:53 -08:00
parent 4b0b97f773
commit 521b7b6eb0

View file

@ -160,7 +160,7 @@ impl ContactsPanel {
let app_state = app_state.clone();
MouseEventHandler::new::<ContactsPanel, _, _, _>(
view_id,
(view_id, project_id as usize),
cx,
|mouse_state, _| {
let style = match (project.is_shared, mouse_state.hovered) {