mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
fix: Codify component weights with toolbox in front of flyouts. (#8432)
This commit is contained in:
@@ -247,7 +247,7 @@ export class Trashcan
|
||||
}
|
||||
this.workspace.getComponentManager().addComponent({
|
||||
component: this,
|
||||
weight: 1,
|
||||
weight: ComponentManager.ComponentWeight.TRASHCAN_WEIGHT,
|
||||
capabilities: [
|
||||
ComponentManager.Capability.AUTOHIDEABLE,
|
||||
ComponentManager.Capability.DELETE_AREA,
|
||||
|
||||
Reference in New Issue
Block a user