Skip to content

Commit

Permalink
Expose 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 ff25038 commit ce498fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class FormeoEditor {
this.userFormData = userFormData || formData

this.Components = Components
this.dom = dom
Events.init({ debug, ...events })
Actions.init({ debug, sessionStorage: opts.sessionStorage, ...actions })

Expand Down

0 comments on commit ce498fa

Please sign in to comment.