Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ isModal
Function
isModal
codebase/sources/dhtmlxscheduler.js:12252–12254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12250
(
function
() {
12251
var
modalsStack = [];
12252
function
isModal() {
12253
return
!!modalsStack.length;
12254
}
12255
function
isChildOf(child, parent) {
12256
while
(child && child != parent) {
12257
child = child.parentNode;
Callers
1
afterPopup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected