Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make cursor center for different line height (#36586)
Summary: Currently in multiline input the cursor touches the previous line. So this reduces its height sets its position so that I does not touch previous line. This PR will also fix the issue #28012 (Problem with TextInput lineHeight on iOS) This RP will fix the issue caused in [PR](#36484) Changelog: [iOS][Added] - Fixed cursor height on multiline text input Pull Request resolved: #36586 Test Plan: Tested for different cursor height https://user-images.githubusercontent.com/46092576/227004355-3886a0b5-7cdb-4fdc-a16b-3c4abb729737.mov https://user-images.githubusercontent.com/46092576/227004361-48099f81-9f52-460d-8ae8-d0ddb09dc47d.mov Reviewed By: javache Differential Revision: D44307457 Pulled By: genkikondo fbshipit-source-id: afeea5605ed8557cdeec1e62324c85665ce367d6
- Loading branch information