Document edits via JavaScript APIs cause full reflow #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This causes insane amounts of lag on larger pages. Ideally, we should only rebuild parts of the display tree that were invalidated by the changes.
This'll require a lot of tracking machinery to make it work correctly, though.