Browse Source

Remove the long press gesture

Aidan Lane 11 months ago
parent
commit
b9bf45683e
1 changed files with 0 additions and 3 deletions
  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
-                    }
             }
         }
     }