mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Removing obsolete TODO comment. (#3104)
This commit is contained in:
committed by
Sam El-Husseini
parent
872aa45fae
commit
40e0d55187
@@ -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_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user