mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix collapsed nodes.
This commit is contained in:
parent
12448fc6cb
commit
5d62bf520a
@ -319,7 +319,8 @@ mindplot.persistence.XMLSerializer_Pela = new Class({
|
|||||||
}
|
}
|
||||||
|
|
||||||
var isShrink = domElem.getAttribute('shrink');
|
var isShrink = domElem.getAttribute('shrink');
|
||||||
if ($defined(isShrink)) {
|
// Hack: Some production maps has been stored with the central topic collapsed. This is a bug.
|
||||||
|
if ($defined(isShrink) && type!=mindplot.model.INodeModel.CENTRAL_TOPIC_TYPE) {
|
||||||
topic.setChildrenShrunken(isShrink);
|
topic.setChildrenShrunken(isShrink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user