Add support for shink on collapsed nodes.
This commit is contained in:
@@ -220,7 +220,7 @@ mindplot.StandaloneActionDispatcher = new Class({
|
||||
$assert(topicsIds, "topicsIds can not be null");
|
||||
|
||||
var commandFunc = function(topic, isShrink) {
|
||||
topic.setChildrenShrinked(isShrink);
|
||||
topic.setChildrenShrunken(isShrink);
|
||||
return !isShrink;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user