We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d83204 + d12ebac commit 617acadCopy full SHA for 617acad
src/dialog/dialog.service.ts
@@ -174,9 +174,7 @@ export class DialogService {
174
* and changes to it won't be considered a breaking change. Use at your own risk.
175
*/
176
singletonClickListen() {
177
- console.log("singleton");
178
if (!DialogService.listeningForBodyClicks) {
179
- console.log("singleton click");
180
document.body.firstElementChild.addEventListener("click", () => null, true);
181
DialogService.listeningForBodyClicks = true;
182
}
0 commit comments