// BUG_FIXES
- * Fixed expansion system freezing after
inject()early return — two early-return paths inTextInjector.inject()(no frontmost app, or frontmost app is Wordy itself) skipped callingonInjectionComplete, leavingisInjectingpermanently true and causing all subsequent keystrokes to be silently dropped. Both paths now fire the completion callback.