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