Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API for getting which visible paragraph index the caret is on #522

Closed
JordanMartinez opened this issue Jun 15, 2017 · 1 comment
Closed

Comments

@JordanMartinez
Copy link
Contributor

currentParagraph is used to get the caret's paragraph index in terms of the total paragraphs, but now that #501 has been merged, there's not a counterpart for determining the caret's paragraph index in terms of the visible paragraphs. It should be Optional<Integer> currentVisibleParagraph

@JordanMartinez
Copy link
Contributor Author

This is also something that can be done via #600.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant