Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't check for keyboard appearing on catalyst (#21)
# Don't check for keyboard appearing on catalyst ## ♻️ Current situation & Problem For our text entry implementation, we currently maintain a special check for `macOS` to not check for keyboard existence (as there is no UI keyboard don macOS). This check currently isn't used on the catalyst platform. This PR fixes that for macOS Catalyst as well. ## ⚙️ Release Notes * Fix text entry for macOS catalyst builds ## 📚 Documentation -- ## ✅ Testing -- ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information