Fix missing requires in the insertion marker manager

This commit is contained in:
Rachel Fenichel
2021-02-09 14:34:23 -08:00
parent 950d23ad8d
commit da6fe1ac38

View File

@@ -12,10 +12,16 @@
goog.provide('Blockly.InsertionMarkerManager');
goog.require('Blockly.Block');
goog.require('Blockly.blockAnimations');
goog.require('Blockly.constants');
goog.require('Blockly.Events');
goog.requireType('Blockly.BlockSvg');
goog.requireType('Blockly.RenderedConnection');
goog.requireType('Blockly.utils.Coordinate');
goog.requireType('Blockly.WorkspaceSvg');
/**
* Class that controls updates to connections during drags. It is primarily