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