mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 18:15:21 +00:00
Add missing notify when changing ChatPanel's channel
This commit is contained in:
parent
c2121c25c1
commit
f5f85b3f76
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ impl ChatPanel {
|
||||||
select.set_selected_index(ix, cx);
|
select.set_selected_index(ix, cx);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
cx.notify();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue