MCPcopy
hub / github.com/shipshapecode/shepherd / closeModalOpening

Function closeModalOpening

shepherd.js/src/components/shepherd-modal.ts:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 function closeModalOpening() {
74 openingProperties = [{ width: 0, height: 0, x: 0, y: 0, r: 0 }];
75 _updatePath();
76 }
77
78 function hide() {
79 element.classList.remove('shepherd-modal-is-visible');

Callers 1

positionModalFunction · 0.85

Calls 1

_updatePathFunction · 0.85

Tested by

no test coverage detected