refactor(ui): simplify modal interactions and refresh fixtures

This commit is contained in:
2026-03-22 02:00:28 +13:00
parent 4597573ac5
commit 5badf17719
11 changed files with 4 additions and 78 deletions

View File

@@ -78,9 +78,4 @@ document.addEventListener('DOMContentLoaded', () => {
patternsCloseButton.addEventListener('click', closeModal);
}
patternsModal.addEventListener('click', (event) => {
if (event.target === patternsModal) {
closeModal();
}
});
});