Browse Source

Remove the long press gesture

Aidan Lane 10 tháng trước cách đây
mục cha
commit
b9bf45683e

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

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