-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
When Extraterm contains many frames (~100) it can take seconds for the window to update after a resize. The same applies when splitting/unsplitting the window panes.
Most of the problem is caused by the uncoordinated update of the DOM by the hundreds of CodeMirror instances. This thrashes the browser DOM and causes a lot of unneeded layouts and work.