We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var searchTerm = search.inputSearch.value while (search.range.findText(searchTerm, optionsFindText)) { window.Spruce.store('searchStore').matches++ search.searchResultApplier.applyToRange(search.range) search.range.collapse(false) }
Demo
The text was updated successfully, but these errors were encountered:
Hey @mccarlosen have you found a fix for this?
Sorry, something went wrong.
Hi @abrehamgezahegn sorry, I haven't found any solution...
I have found other things: When there is a long text, rangy consumes a lot of memory.
@timdown anything we can do to fix his issue?
No branches or pull requests
Demo
The text was updated successfully, but these errors were encountered: