mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Start adding SVG icons replacement
This commit is contained in:
parent
1ce46337d6
commit
db4052dcb6
@ -972,8 +972,7 @@ class Topic extends NodeGraph {
|
|||||||
|
|
||||||
const targetParent = targetTopic.getModel().getParent();
|
const targetParent = targetTopic.getModel().getParent();
|
||||||
const sourceParent = sourceTopic.getModel().getParent();
|
const sourceParent = sourceTopic.getModel().getParent();
|
||||||
relationship.setVisibility(
|
relationship.setVisibility(value &&
|
||||||
value &&
|
|
||||||
(targetParent == null || !targetParent.areChildrenShrunken()) &&
|
(targetParent == null || !targetParent.areChildrenShrunken()) &&
|
||||||
(sourceParent == null || !sourceParent.areChildrenShrunken()),
|
(sourceParent == null || !sourceParent.areChildrenShrunken()),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user