mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
fix: Codify component weights with toolbox in front of flyouts. (#8432)
This commit is contained in:
@@ -157,7 +157,7 @@ export class Toolbox
|
||||
themeManager.subscribe(this.HtmlDiv, 'toolboxForegroundColour', 'color');
|
||||
this.workspace_.getComponentManager().addComponent({
|
||||
component: this,
|
||||
weight: 1,
|
||||
weight: ComponentManager.ComponentWeight.TOOLBOX_WEIGHT,
|
||||
capabilities: [
|
||||
ComponentManager.Capability.AUTOHIDEABLE,
|
||||
ComponentManager.Capability.DELETE_AREA,
|
||||
|
||||
Reference in New Issue
Block a user