Skip to content

Commit

Permalink
chore: revert line change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 7, 2024
1 parent 846710d commit c96a622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/js/editor.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '../sass/formeo.scss'
import i18n from '@draggable/i18n'
import dom from './common/dom.js'
import Events from './common/events.js'
Expand All @@ -8,7 +9,6 @@ import { loadPolyfills, fetchIcons, fetchFormeoStyle } from './common/loaders.js
import { SESSION_LOCALE_KEY } from './constants.js'
import { merge } from './common/utils/index.mjs'
import { defaults } from './config.js'
import '../sass/formeo.scss'

/**
* Main class
Expand Down Expand Up @@ -65,7 +65,6 @@ export class FormeoEditor {
loadPolyfills(this.opts.polyfills)
}


// Ajax load svgSprite and inject into markup.
await fetchIcons(this.opts.svgSprite)
promises.push(fetchFormeoStyle(this.opts.style))
Expand Down

0 comments on commit c96a622

Please sign in to comment.