Skip to content

Commit

Permalink
refactor: change order in type union
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Nov 17, 2021
1 parent bd8f08e commit 4d08be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/field-base/src/field-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const FieldMixin = (superclass) =>
}

/**
* @param {HTMLElement | undefined | null} target
* @param {HTMLElement | null | undefined} target
* @protected
*/
_ariaTargetChanged(target) {
Expand Down

0 comments on commit 4d08be4

Please sign in to comment.