MCPcopy Index your code
hub / github.com/json-editor/json-editor / getModal

Method getModal

src/theme.js:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 getModal () {
56 const el = document.createElement('div')
57 el.style.display = 'none'
58 el.classList.add('je-modal')
59 return el
60 }
61
62 getGridContainer () {
63 const el = document.createElement('div')

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected