11cafe / Internal_Roadmap

1 stars 0 forks source link

Reroute node drag drop not working #14

Closed Weixuanf closed 6 months ago

Weixuanf commented 6 months ago

From discord

I can't drag and drop workflows that have an reroute node. The workflows work fine when i open them, but nothing happens when i try to drag. Pressing F12 i get this error in the console:

rerouteNode.js:32 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type') at rerouteNode.js:32:81 at Array.map () at RerouteNode.onConnectionsChange (rerouteNode.js:32:51) at LGraphNode.configure (litegraph.core.js:2521:12) at LGraph.configure (litegraph.core.js:2240:26) at LGraph.configure (app.js:1323:22) at LGraph.configure (reroutePrimitive.js:14:29) at LGraph.configure (snapToGrid.js:53:21) at Dp (App-T2mWw1R4.js:7:67754) at HTMLCanvasElement.T (RecentFilesDrawer-f-rbgHbE.js:18:68884)

Is it something on my side?