improve checkboxes form

This commit is contained in:
Alex Turchyn
2023-07-31 00:48:51 +03:00
parent 1f29e624e7
commit 5e4f207844
4 changed files with 46 additions and 26 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default actionable(class extends HTMLElement {
document.body.classList.remove('overflow-hidden')
document.removeEventListener('keyup', this.onEscKey)
document.removeEventListener('turbo:submit-end', this.handleSubmit)
document.removeEventListener('turbo:submit-end', this.onSubmit)
document.removeEventListener('turbo:before-cache', this.close)
}