mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-25 11:40:58 -04:00
Merge pull request #2246 from alphagov/input-not-change
Fix colour preview not loading on page load
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