From 40e0d5518750ce6af4db12486fc641ab98392232 Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Fri, 27 Sep 2019 11:12:11 -0700 Subject: [PATCH] Removing obsolete TODO comment. (#3104) --- core/dropdowndiv.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/dropdowndiv.js b/core/dropdowndiv.js index e8db9cb35..e61e83cc2 100644 --- a/core/dropdowndiv.js +++ b/core/dropdowndiv.js @@ -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_);