mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Fix flyout dropdown bug.
This commit is contained in:
@@ -254,6 +254,9 @@ Blockly.Flyout.prototype.init = function(targetWorkspace) {
|
||||
this.workspace_.getVariableById =
|
||||
this.targetWorkspace_.getVariableById.bind(this.targetWorkspace_);
|
||||
|
||||
this.workspace_.getVariablesOfType =
|
||||
this.targetWorkspace_.getVariablesOfType.bind(this.targetWorkspace_);
|
||||
|
||||
this.workspace_.deleteVariable =
|
||||
this.targetWorkspace_.deleteVariable.bind(this.targetWorkspace_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user