Commit 13bc9f6f by Torkel Ödegaard

updated

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