Skip to content

Commit

Permalink
fix flyout click events
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Jan 23, 2024
1 parent c6cf352 commit 7dd783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newblocks/plugins/flyout/verticalFlyout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class VerticalFlyout implements Blockly.IFlyout {
RTL: boolean;
targetWorkspace: Blockly.WorkspaceSvg;
MARGIN: number;
autoClose: boolean;
autoClose = true;
CORNER_RADIUS: number;

protected cached: CachedFlyout[] = [];
Expand Down

0 comments on commit 7dd783a

Please sign in to comment.