release undo/redo

pull/1435/head
Dax Raad 2025-07-30 12:38:50 -04:00
parent 09074dc639
commit 190dee080c
1 changed files with 0 additions and 5 deletions

View File

@ -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
}