1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-14 04:52:36 +02:00

Merge branch 'MDL-79198-master' of https://github.com/junpataleta/moodle

This commit is contained in:
Ilya Tregubov 2023-09-01 11:03:22 +08:00
commit e90d73974a
No known key found for this signature in database
GPG Key ID: 0F58186F748E55C1
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -89,7 +89,7 @@ export default class Modal {
this.isAttached = false;
this.bodyJS = null;
this.footerJS = null;
this.modalCount = this.modalCounter++;
this.modalCount = Modal.modalCounter++;
this.attachmentPoint = document.createElement('div');
document.body.append(this.attachmentPoint);
this.focusOnClose = null;