MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / endModal

Function endModal

codebase/sources/dhtmlxscheduler.js:12276–12282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12274 modalsStack.push(box);
12275 }
12276 function endModal() {
12277 var box = modalsStack.pop();
12278 if (box) {
12279 scheduler2.eventRemove(box, "keydown", trapFocus);
12280 }
12281 afterPopup();
12282 }
12283 function isTopModal(box) {
12284 return box == modalsStack[modalsStack.length - 1];
12285 }

Callers

nothing calls this directly

Calls 2

afterPopupFunction · 0.70
eventRemoveMethod · 0.65

Tested by

no test coverage detected