We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52e4ee commit ad3bed2Copy full SHA for ad3bed2
NodeGraphQt/base/commands.py
@@ -153,8 +153,6 @@ def undo(self):
153
[port.connect_to(p) for p in connected_ports]
154
155
def redo(self):
156
- self.graph.properties_bin().remove_node(self.node)
157
-
158
for port, connected_ports in self.inputs:
159
[port.disconnect_from(p) for p in connected_ports]
160
for port, connected_ports in self.outputs:
0 commit comments