()
| 396 | } |
| 397 | |
| 398 | function loadCustomModifiers() { |
| 399 | PLUGINS["MODIFIERS_LOAD"].forEach((fn) => fn.loader.call()) |
| 400 | } |
| 401 | |
| 402 | function showModifierContainer() { |
| 403 | document.addEventListener("mousedown", checkIfClickedOutsideDropdownElem) |
no outgoing calls
no test coverage detected