mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Fix another non-unique id passed to a MouseEventHandler
This commit is contained in:
parent
4b0b97f773
commit
521b7b6eb0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue