Explorar el Código

ux(panel resize): snap to even 12ths spans

Torkel Ödegaard hace 9 años
padre
commit
556547b316
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {
         scope.$apply(function() {
-         // ctrl.render();
+          ctrl.render();
         });
         });
       }
       }