Explorar el Código

Remove the long press gesture

Aidan Lane hace 1 año
padre
commit
b9bf45683e
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      Trio/Sources/Views/TextFieldWithToolBar.swift

+ 0 - 3
Trio/Sources/Views/TextFieldWithToolBar.swift

@@ -215,9 +215,6 @@ public struct TextFieldWithToolBar: View {
                     .onTapGesture {
                         isFocused = true
                     }
-                    .onLongPressGesture {
-                        isFocused = true
-                    }
             }
         }
     }