Skip to content

Commit fc23809

Browse files
committed
Bug #60439: remove unused cancelable property
1 parent df85195 commit fc23809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/postcode-eu-autofill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
)
157157
{
158158
const field = addressFields[addressPart].val(values[addressPart])[0];
159-
field.dispatchEvent(new Event('change', {bubbles: true, cancelable: true}));
159+
field.dispatchEvent(new Event('change', {bubbles: true}));
160160
}
161161
}
162162
};

0 commit comments

Comments
 (0)