diff --git a/public/app/core/components/grafana_app.ts b/public/app/core/components/grafana_app.ts index 0fbdb8809d0..f48d941a8ba 100644 --- a/public/app/core/components/grafana_app.ts +++ b/public/app/core/components/grafana_app.ts @@ -72,7 +72,9 @@ export function grafanaAppDirective(playlistSrv, contextSrv) { link: (scope, elem) => { var ignoreSideMenuHide; var body = $('body'); - $.fn.modal.Constructor.prototype.enforceFocus = function() {}; // see https://github.com/zenorocha/clipboard.js/issues/155 + + // see https://github.com/zenorocha/clipboard.js/issues/155 + $.fn.modal.Constructor.prototype.enforceFocus = function() {}; // handle sidemenu open state scope.$watch('contextSrv.sidemenu', newVal => {