This commit is contained in:
DEVESH VERMA 2024-07-17 10:41:55 +09:00 committed by GitHub
commit ec58b81401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ function initCallbacks(callbacks = {}) {
return false;
};
}
)();
initiatedCallback.allowTraversal = callbacks.allowTraversal || allowTraversalCallback;