Я пытался настроить кнопку в contextMenu, но она не работает. Text("A label that have context menu") .contextMenu { Button(action: { // remove it }) { Text("Remove") .foregroundColor(.red) // Not working Image(systemName: "trash") }.disabled(true) // Not working } что я имею: Что я ищу: ( кнопки...