Fixes del animations when collapsing child nodes.

This commit is contained in:
Shannon
2013-07-15 23:41:27 +10:00
parent 556360143e
commit 66dd37b911

View File

@@ -42,8 +42,8 @@ angular.module("umbraco.directives")
link: function (scope, element, attrs) {
//flag to enable/disable delete animations
var enableDeleteAnimations = false;
//flag to enable/disable delete animations, default for an item is tru
var enableDeleteAnimations = true;
/** Helper function to emit tree events */
function emitEvent(eventName, args){