We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c70cda commit fac8e9aCopy full SHA for fac8e9a
1 file changed
Keyboards/KeyboardsBase/KeyboardViewController.swift
@@ -1826,7 +1826,6 @@ class KeyboardViewController: UIInputViewController {
1826
} else if commandState == .conjugate {
1827
let conjugationTblTriggered = triggerVerbConjugation(commandBar: commandBar)
1828
if conjugationTblTriggered {
1829
- // loadKeys() // go to conjugation view
1830
commandState = .dynamicConjugation
1831
showDynamicConjugationView(verb: verbToConjugate)
1832
return
0 commit comments