Explorar o código

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

Torkel Ödegaard %!s(int64=9) %!d(string=hai) anos
pai
achega
556547b316
Modificáronse 1 ficheiros con 1 adicións e 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() {
-         // ctrl.render();
+          ctrl.render();
         });
       }