Fix code formatting

This commit is contained in:
Tuukka Ojala 2023-07-03 13:22:34 +03:00 committed by Frédéric Guillot
parent 29a06511a9
commit f0eb6b2688
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ModalHandler {
firstFocusableElement.focus(); firstFocusableElement.focus();
e.preventDefault(); e.preventDefault();
} }
} };
} }
static open(fragment, initialFocusElementId) { static open(fragment, initialFocusElementId) {