You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned the repo and ran the demo. when I trid dragging somethign into the DAG I got builtins.AttributeError: 'NodeScene' object has no attribute 'signal_Dropped'
And sure anough the NodeScene class does not have that signal, only a signal_NodeMoved
The text was updated successfully, but these errors were encountered:
I just cloned the repo and ran the demo. when I trid dragging somethign into the DAG I got
builtins.AttributeError: 'NodeScene' object has no attribute 'signal_Dropped'
And sure anough the
NodeScene
class does not have that signal, only asignal_NodeMoved
The text was updated successfully, but these errors were encountered: