Przeglądaj źródła

Merge branch 'master' into dash-edit-mode

Torkel Ödegaard 9 lat temu
rodzic
commit
d1cc890ed3
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
         });
       }