From 5f9113cf31f59408cec640427f953aed5595894a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Sep 2025 22:41:59 -0700 Subject: [PATCH] delete extranious scrollDismissesKeyboard --- Meshtastic/Views/Settings/Config/LoRaConfig.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/LoRaConfig.swift b/Meshtastic/Views/Settings/Config/LoRaConfig.swift index 48f3e737..a3240db1 100644 --- a/Meshtastic/Views/Settings/Config/LoRaConfig.swift +++ b/Meshtastic/Views/Settings/Config/LoRaConfig.swift @@ -173,7 +173,6 @@ struct LoRaConfig: View { Spacer() TextField("Frequency Override", value: $overrideFrequency, formatter: floatFormatter) .keyboardType(.decimalPad) - .scrollDismissesKeyboard(.immediately) .focused($focusedField, equals: .frequencyOverride) }