diff --git a/Source/Modules/InputHandler_HandleStates.swift b/Source/Modules/InputHandler_HandleStates.swift index ccfd2d66..d674e884 100644 --- a/Source/Modules/InputHandler_HandleStates.swift +++ b/Source/Modules/InputHandler_HandleStates.swift @@ -442,11 +442,7 @@ extension InputHandler { return true } - let isConfirm: Bool = prefs.cassetteEnabled ? input.isSpace : composer.hasIntonation(withNothingElse: true) - - if isConfirm { - clearComposerAndCalligrapher() - } else if isComposerOrCalligrapherEmpty { + if isComposerOrCalligrapherEmpty { if compositor.cursor > 0 { compositor.dropKey(direction: .rear) walk()