Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
add
Method · 0.45
Tested by
no test coverage detected