Skip to content

Commit

Permalink
fix: missing properties in destory fn
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshshetty-dev committed Oct 21, 2024
1 parent a17fb52 commit 2999970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/visualBuilder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ export class VisualBuilder {
previousHoveredTargetDOM: null,
previousEmptyBlockParents: [],
audienceMode: false,
locale: "en-us",
variant: null,
};

// Remove DOM elements
Expand Down

0 comments on commit 2999970

Please sign in to comment.