()
| 400 | } |
| 401 | |
| 402 | function showModifierContainer() { |
| 403 | document.addEventListener("mousedown", checkIfClickedOutsideDropdownElem) |
| 404 | |
| 405 | modifierDropdown.dataset.active = true |
| 406 | editorModifiersContainer.classList.add("active") |
| 407 | } |
| 408 | |
| 409 | function hideModifierContainer() { |
| 410 | document.removeEventListener("click", checkIfClickedOutsideDropdownElem) |
no test coverage detected