From dfc1f0094bfaea4035b0dd455e3070ebb66722fa Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 26 Jul 2018 17:47:42 -0700 Subject: [PATCH] Mark the dragged connection manager deprecated --- core/dragged_connection_manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dragged_connection_manager.js b/core/dragged_connection_manager.js index 1b2642280..211ec8bf4 100644 --- a/core/dragged_connection_manager.js +++ b/core/dragged_connection_manager.js @@ -36,6 +36,7 @@ goog.require('goog.math.Coordinate'); * Class that controls updates to connections during drags. It is primarily * responsible for finding the closest eligible connection and highlighting or * unhiglighting it as needed during a drag. + * @deprecated July 2018. Use InsertionMarkerManager. * @param {!Blockly.BlockSvg} block The top block in the stack being dragged. * @constructor */