mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-15 19:47:57 +01:00
Mark node as non collapsed if the last node.
This commit is contained in:
parent
1be0cadede
commit
6ed984bd4f
@ -1093,6 +1093,7 @@ abstract class Topic extends NodeGraph {
|
|||||||
const connector = targetTopic.getShrinkConnector();
|
const connector = targetTopic.getShrinkConnector();
|
||||||
if ($defined(connector)) {
|
if ($defined(connector)) {
|
||||||
connector.setVisibility(false);
|
connector.setVisibility(false);
|
||||||
|
targetTopic.isCollapsed(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user