Commit c5955bac by Torkel Ödegaard

refactor(): minor refactor

parent 09cec853
......@@ -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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment