mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
Add two additon pop all calls to /review feature
This commit is contained in:
@@ -10572,6 +10572,7 @@ impl ChatWidget {
|
||||
},
|
||||
user_facing_hint: None,
|
||||
});
|
||||
tx3.send(AppEvent::DismissAllBottomPaneViews);
|
||||
})],
|
||||
dismiss_on_select: true,
|
||||
search_value: Some(search_val),
|
||||
@@ -10606,6 +10607,7 @@ impl ChatWidget {
|
||||
},
|
||||
user_facing_hint: None,
|
||||
});
|
||||
tx.send(AppEvent::DismissAllBottomPaneViews);
|
||||
}),
|
||||
);
|
||||
self.bottom_pane.show_view(Box::new(view));
|
||||
|
||||
Reference in New Issue
Block a user