Skip to content

Commit

Permalink
feat: add blocklyMiniWorkspaceBubble css class (#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishon19 authored Jul 22, 2024
1 parent 76eebc2 commit fb82c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/bubbles/mini_workspace_bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class MiniWorkspaceBubble extends Bubble {
flyout?.show(options.languageTree);
}

dom.addClass(this.svgRoot, 'blocklyMiniWorkspaceBubble');
this.miniWorkspace.addChangeListener(this.onWorkspaceChange.bind(this));
this.miniWorkspace
.getFlyout()
Expand Down

0 comments on commit fb82c9c

Please sign in to comment.