mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux breadcrumb work
This commit is contained in:
@@ -7,7 +7,6 @@ export function geminiScrollbar() {
|
||||
link: function(scope, elem, attrs) {
|
||||
|
||||
let scrollbar = new PerfectScrollbar(elem[0]);
|
||||
console.log('scrllbar!');
|
||||
|
||||
scope.$on('$destroy', () => {
|
||||
scrollbar.destroy();
|
||||
|
||||
Reference in New Issue
Block a user