mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Fix channel filter input (#3686)
This PR fixes the channel filter in the collab panel not showing up. Release Notes: - N/A
This commit is contained in:
parent
c8e918690f
commit
5447c6d5ee
1 changed files with 2 additions and 2 deletions
|
@ -2113,8 +2113,8 @@ impl CollabPanel {
|
|||
.size_full()
|
||||
.child(list(self.list_state.clone()).full())
|
||||
.child(
|
||||
div().p_2().child(
|
||||
div()
|
||||
v_stack().p_2().child(
|
||||
v_stack()
|
||||
.border_primary(cx)
|
||||
.border_t()
|
||||
.child(self.filter_editor.clone()),
|
||||
|
|
Loading…
Reference in a new issue