Skip to content

Commit

Permalink
Fix select thread menu not working with multiple running clients
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSmitsDev committed Feb 26, 2025
1 parent 0a59016 commit cb2fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/debugger_ui/src/session/running.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl Render for RunningState {
.child(
h_flex().p_1().mx_2().w_3_4().justify_end().child(
DropdownMenu::new(
"thread-list",
("thread-list", self.session_id.0),
self.thread
.as_ref()
.map(|(_, name)| format!("Thread {name}"))
Expand Down

0 comments on commit cb2fda0

Please sign in to comment.