chore: un-ship undo (#8424)

This commit is contained in:
jif-oai
2025-12-22 09:53:03 +01:00
committed by GitHub
parent 4e6d6cd798
commit 7a8407bbb6
7 changed files with 13 additions and 37 deletions

View File

@@ -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();