Mark node as non collapsed if the last node.

This commit is contained in:
Paulo Gustavo Veiga 2022-03-07 12:39:15 -08:00
parent bf944c3169
commit ae3db5063b

View File

@ -1093,6 +1093,7 @@ abstract class Topic extends NodeGraph {
const connector = targetTopic.getShrinkConnector();
if ($defined(connector)) {
connector.setVisibility(false);
targetTopic.isCollapsed(false);
}
}
}