mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
delete extranious scrollDismissesKeyboard
This commit is contained in:
parent
14a6433be2
commit
5f9113cf31
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ struct LoRaConfig: View {
|
|||
Spacer()
|
||||
TextField("Frequency Override", value: $overrideFrequency, formatter: floatFormatter)
|
||||
.keyboardType(.decimalPad)
|
||||
.scrollDismissesKeyboard(.immediately)
|
||||
.focused($focusedField, equals: .frequencyOverride)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue