浏览代码

Merge branch 'master' into dash-edit-mode

Torkel Ödegaard 9 年之前
父节点
当前提交
d1cc890ed3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/panel/panel_directive.ts

+ 1 - 1
public/app/features/panel/panel_directive.ts

@@ -159,7 +159,7 @@ module.directive('panelResizer', function($rootScope) {
         }
 
         scope.$apply(function() {
-         // ctrl.render();
+          ctrl.render();
         });
       }