This commit is contained in:
web-devinition.de 2026-01-18 23:43:56 +01:00 committed by GitHub
commit ce90afba33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
136 changed files with 23994 additions and 112 deletions

View file

@ -38,7 +38,7 @@ export default class extends Controller {
connect() {
//Add event listener to the checkbox
this.getCheckbox().addEventListener('change', this.toggleInputLimits.bind(this));
this.getCheckbox()?.addEventListener('change', this.toggleInputLimits.bind(this));
}
toggleInputLimits() {