fix: Codify component weights with toolbox in front of flyouts. (#8432)

This commit is contained in:
John Nesky
2024-07-29 10:30:29 -07:00
committed by GitHub
parent 0f74186227
commit e2310a4fed
5 changed files with 16 additions and 4 deletions

View File

@@ -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,