release undo/redo
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-30 12:38:50 -04:00
parent 1b3d58e791
commit 304e86a8d4
-5
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
}