Skip to content

Commit

Permalink
Exposing dom class Object
Browse files Browse the repository at this point in the history
  • Loading branch information
larrypaul93 authored and kevinchappell committed Oct 18, 2024
1 parent ce498fa commit 2131027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class FormeoRenderer {
this.container = renderContainer
this.form = formData
this.external = external
this.dom = dom
this.components = Object.create(null)
}

Expand Down

0 comments on commit 2131027

Please sign in to comment.