crates/collab_ui/src/chat_panel.rs 🔗
@@ -240,6 +240,7 @@ impl ChatPanel {
select.set_selected_index(ix, cx);
}
});
+ cx.notify();
}
}
Max Brunsfeld created
crates/collab_ui/src/chat_panel.rs | 1 +
1 file changed, 1 insertion(+)
@@ -240,6 +240,7 @@ impl ChatPanel {
select.set_selected_index(ix, cx);
}
});
+ cx.notify();
}
}