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
Looks like there is a huge DOM leak in the FramesListController. As soon as the panel is redrawn all the detached nodes are leaked and never reclaimed.
I'm pretty sure nothing changed here since the last release, so this might just be the latest Chrome not playing nice with the old version of JQuery used by piskel. But as I want to remove as much JQuery as possible, let's do it for this panel right now.
The text was updated successfully, but these errors were encountered:
Looks like there is a huge DOM leak in the FramesListController. As soon as the panel is redrawn all the detached nodes are leaked and never reclaimed.
I'm pretty sure nothing changed here since the last release, so this might just be the latest Chrome not playing nice with the old version of JQuery used by piskel. But as I want to remove as much JQuery as possible, let's do it for this panel right now.
The text was updated successfully, but these errors were encountered: