Fixes grid cell resizing timing bug

This commit is contained in:
per ploug
2014-12-04 12:25:33 +01:00
parent 98a03a0127
commit 77fd4d383b

View File

@@ -18,8 +18,8 @@ angular.module("umbraco.directives")
element.bind('blur', function(){ update(true); });
$timeout(function() {
update();
}, 100);
update(true);
}, 200);
//I hate bootstrap tabs