diff options
| author | Dax Raad <[email protected]> | 2025-07-30 12:38:50 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-30 13:09:18 -0400 |
| commit | 190dee080cc1447a0b7cb9f48f7cb2c1314f49ce (patch) | |
| tree | 0207cab8ce515aa8143e5960006c492d012375e5 /packages | |
| parent | 09074dc6394c910f22ca690e24336be6ebb2fc6d (diff) | |
| download | opencode-190dee080cc1447a0b7cb9f48f7cb2c1314f49ce.tar.gz opencode-190dee080cc1447a0b7cb9f48f7cb2c1314f49ce.zip | |
release undo/redo
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/tui/internal/app/app.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go index 1aa0a07d4..df4e209cf 100644 --- a/packages/tui/internal/app/app.go +++ b/packages/tui/internal/app/app.go @@ -178,11 +178,6 @@ func New( IntitialMode: initialMode, } - if app.Version != "dev" { - delete(app.Commands, commands.MessagesUndoCommand) - delete(app.Commands, commands.MessagesRedoCommand) - } - return app, nil } |
