Open
Description
Expected Behavior
The codebase should not contain dead code
Actual Behavior
dragged_connection_manager.js
is dead code-- the DraggedConnectionManager
is not used anywhere in the codebase (the InsertionMarkerManager
replaces it), and upstream Blockly has gone one step further and removed DraggedConnectionManager
entirely.