mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
chore: un-ship undo (#8424)
This commit is contained in:
@@ -1717,9 +1717,9 @@ impl ChatWidget {
|
||||
}
|
||||
self.request_exit();
|
||||
}
|
||||
SlashCommand::Undo => {
|
||||
self.app_event_tx.send(AppEvent::CodexOp(Op::Undo));
|
||||
}
|
||||
// SlashCommand::Undo => {
|
||||
// self.app_event_tx.send(AppEvent::CodexOp(Op::Undo));
|
||||
// }
|
||||
SlashCommand::Diff => {
|
||||
self.add_diff_in_progress();
|
||||
let tx = self.app_event_tx.clone();
|
||||
|
||||
Reference in New Issue
Block a user