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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Add a console.log() in the "focusin click" listener in jquery.smart_autocomplete.js
Open and immediately close Quick Open 5 times
Click in the editor area
Result: 5 console logs per click
Expected: 0, or at most 1, log per click
I think this is a pretty small leak (though it's impossible to quantify because the "heap snapshot" developer tools feature appears to be broken in CEF 3). But looking at what's actually referenced in the closure, I don't think a whole lot is actually retained.
The text was updated successfully, but these errors were encountered:
Result: 5 console logs per click
Expected: 0, or at most 1, log per click
I think this is a pretty small leak (though it's impossible to quantify because the "heap snapshot" developer tools feature appears to be broken in CEF 3). But looking at what's actually referenced in the closure, I don't think a whole lot is actually retained.
The text was updated successfully, but these errors were encountered: