MCPcopy
hub / github.com/GrapesJS/grapesjs / postLoad

Method postLoad

packages/core/src/dom_components/index.ts:378–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376 }
377
378 postLoad() {
379 const { em, symbols } = this;
380 const { UndoManager } = em;
381 UndoManager.add(symbols);
382 }
383
384 load(data: any) {
385 const result = this.loadProjectData(data, {

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected