Removing obsolete TODO comment. (#3104)

This commit is contained in:
Monica Kozbial
2019-09-27 11:12:11 -07:00
committed by Sam El-Husseini
parent 872aa45fae
commit 40e0d55187

View File

@@ -320,8 +320,6 @@ Blockly.DropDownDiv.show = function(owner, primaryX, primaryY,
* @private
*/
Blockly.DropDownDiv.getBoundsInfo_ = function() {
// TODO (#2744): Account for toolboxes.
var boundPosition = Blockly.DropDownDiv.boundsElement_.getBoundingClientRect();
var boundSize = Blockly.utils.style.getSize(Blockly.DropDownDiv.boundsElement_);