You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #522, but I like your visual better than my explanation (below), so I'm closing the other one, not this one:
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
Which version are you using?
JordanMartinez
changed the title
Question: Visible Paragraphs Index
Question: How to get visible paragraph index of caret?
Aug 14, 2017
JordanMartinez
changed the title
Question: How to get visible paragraph index of caret?
Question: How to translate the index of a visible paragraph into the index system of all paragraphs?
Aug 14, 2017
How do you get the index of the first visible paragraph amongst all the paragraphs.
The text was updated successfully, but these errors were encountered: