瀏覽代碼

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

Torkel Ödegaard 9 年之前
父節點
當前提交
556547b316
共有 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();
         });
       }