From 556547b316112b522c67e3e8019321733d9d63cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 24 Oct 2016 14:57:13 +0200 Subject: [PATCH] ux(panel resize): snap to even 12ths spans --- public/app/features/panel/panel_directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 9b0bb908ca2..30785eadd69 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -159,7 +159,7 @@ module.directive('panelResizer', function($rootScope) { } scope.$apply(function() { - // ctrl.render(); + ctrl.render(); }); }