Commit 13bc9f6f by Torkel Ödegaard

updated

parent db52ea66
...@@ -23,7 +23,7 @@ export class PanelChrome extends React.Component<PanelChromeProps, any> { ...@@ -23,7 +23,7 @@ export class PanelChrome extends React.Component<PanelChromeProps, any> {
} }
triggerForceUpdate() { triggerForceUpdate() {
// this.forceUpdate(); this.forceUpdate();
} }
render() { render() {
......
...@@ -197,7 +197,6 @@ function graphDirective(timeSrv, popoverSrv, contextSrv) { ...@@ -197,7 +197,6 @@ function graphDirective(timeSrv, popoverSrv, contextSrv) {
// Function for rendering panel // Function for rendering panel
function render_panel() { function render_panel() {
panelWidth = elem.width(); panelWidth = elem.width();
console.log('panelWidth', panelWidth);
if (shouldAbortRender()) { if (shouldAbortRender()) {
return; return;
......
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