mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
scrollbar: fix 'legendScrollbar.destroy is not a function' error
This commit is contained in:
parent
a265c77cf9
commit
6b598f34cd
@ -19,7 +19,7 @@ module.directive('graphLegend', function(popoverSrv, $timeout) {
|
||||
|
||||
scope.$on('$destroy', function() {
|
||||
if (legendScrollbar) {
|
||||
legendScrollbar.destroy();
|
||||
legendScrollbar.dispose();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user