mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor(): dashboard row model and hunting down memory leak
This commit is contained in:
@@ -44,8 +44,9 @@ export function infoPopover() {
|
||||
}
|
||||
});
|
||||
|
||||
scope.$on('$destroy', function() {
|
||||
var unbind = scope.$on('$destroy', function() {
|
||||
drop.destroy();
|
||||
unbind();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user