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
There's a lot of DOM processing happening which makes editing slow for large,nested DOM trees.
Try with example: https://www.google.com/search?sca_esv=f34a7ccbd9a4492c&sca_upv=1&q=sport+climbing+combined+olympics&oi=ddle&ct=348045702&hl=en&sa=X&ved=0ahUKEwi4_Pys7OWHAxWqFlkFHVwPFvQQPQgC&biw=1362&bih=823&dpr=1
The text was updated successfully, but these errors were encountered:
This is isolated down to the user of getDeepElement and how when using with deep nested DOM it can have a large performance hit
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
There's a lot of DOM processing happening which makes editing slow for large,nested DOM trees.
Try with example:
https://www.google.com/search?sca_esv=f34a7ccbd9a4492c&sca_upv=1&q=sport+climbing+combined+olympics&oi=ddle&ct=348045702&hl=en&sa=X&ved=0ahUKEwi4_Pys7OWHAxWqFlkFHVwPFvQQPQgC&biw=1362&bih=823&dpr=1
The text was updated successfully, but these errors were encountered: