Fix return value for node snapping
This commit is contained in:
parent
9bdc58069b
commit
00ed526fb0
@ -105,6 +105,8 @@ class BasePlugin
|
|||||||
// update check with new component ids
|
// update check with new component ids
|
||||||
all_in_same_component = check_all_in_same_component(phantom_node_pair_list);
|
all_in_same_component = check_all_in_same_component(phantom_node_pair_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return all_in_same_component;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user