feat: add editor selection + code editor + grapejs POC
This commit is contained in:
@@ -156,9 +156,9 @@ let bootstrap = () => {
|
||||
// Load Icons
|
||||
// ====================================
|
||||
|
||||
import(/* webpackChunkName: "icons" */ './svg/icons.svg').then(icons => {
|
||||
document.body.insertAdjacentHTML('beforeend', icons.default)
|
||||
})
|
||||
// import(/* webpackChunkName: "icons" */ './svg/icons.svg').then(icons => {
|
||||
// document.body.insertAdjacentHTML('beforeend', icons.default)
|
||||
// })
|
||||
}
|
||||
|
||||
window.boot.onDOMReady(bootstrap)
|
||||
|
||||
Reference in New Issue
Block a user