mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-04-02 19:23:19 +02: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…
x
Reference in New Issue
Block a user