Aidan Lane 10 месяцев назад
Родитель
Сommit
b9bf45683e
1 измененных файлов с 0 добавлено и 3 удалено
  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
-                    }
             }
         }
     }