Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speech generator refactor: Fix import order (PR #11055)
Rather than importing '_flattenNestedSequences' from speech module, use this attribute from speech module. This resolves a situation where NVDA might do something (such as uninstlaling add-ons) when it isn't fully initialized, as evidenced by attribute error in speech dict handler. Fixes #11052
- Loading branch information