mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 12:29:20 -04:00
Fix colour preview not loading on page load
The event was changed from `change` to `input`. The trigger was not updated accordingly.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
this.$input
|
||||
.on('input', this.update)
|
||||
.trigger('change');
|
||||
.trigger('input');
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user