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
hotkeys.bindTo($scope).add({
combo: 'left',
description: 'action_map_mode_submit',
callback: function (event, hotkey) {
// even if here is no code, memory will continue to rise
// press the "left" key, memory will increase
}
})
That's weird, I created a Plunk to test and I can't reproduce this. Even after 2000 hotkey presses there was absolutely no increase in the memory used.
Does it depend which browser you use? Can you create a Plunk or similar that demonstrates the issue?
when press the key that bind, the browser's memory is increase higher and higher, why?
The text was updated successfully, but these errors were encountered: