ctlIME // Disable lazy-load.
- This is due to compatibility issues with multithreading.
This commit is contained in:
parent
ec361b1893
commit
f78356466a
|
@ -121,7 +121,7 @@ class ctlInputMethod: IMKInputController {
|
||||||
default:
|
default:
|
||||||
newInputMode = InputMode.imeModeNULL
|
newInputMode = InputMode.imeModeNULL
|
||||||
}
|
}
|
||||||
mgrLangModel.loadDataModel(newInputMode)
|
// mgrLangModel.loadDataModel(newInputMode)
|
||||||
|
|
||||||
if keyHandler.inputMode != newInputMode {
|
if keyHandler.inputMode != newInputMode {
|
||||||
UserDefaults.standard.synchronize()
|
UserDefaults.standard.synchronize()
|
||||||
|
|
Loading…
Reference in New Issue